Przeglądaj źródła

--- Merging r46972 into '.':
U rtl/objpas/math.pp
--- Recording mergeinfo for merge of r46972 into '.':
U .

# revisions: 46972
r46972 | florian | 2020-09-27 15:05:36 +0200 (Sun, 27 Sep 2020) | 1 line
Changed paths:
M /trunk/rtl/objpas/math.pp

* reported by Bart on the mailing list: insert empty line to make clear to which function the comment applies

git-svn-id: branches/fixes_3_2@47098 -

marco 4 lat temu
rodzic
commit
3659780850
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      rtl/objpas/math.pp

+ 1 - 0
rtl/objpas/math.pp

@@ -509,6 +509,7 @@ function MaxValue(const data : PInteger; Const N : Integer) : Integer;
 
 { returns random values with gaussian distribution }
 function RandG(mean,stddev : float) : float;
+
 function RandomRange(const aFrom, aTo: Integer): Integer;
 function RandomRange(const aFrom, aTo: Int64): Int64;