Changeset 1671 for zzuf/trunk/src/fd.c
- Timestamp:
- Jan 14, 2007, 9:47:18 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
zzuf/trunk/src/fd.c
r1668 r1671 55 55 56 56 static int32_t seed = DEFAULT_SEED; 57 static floatratio = DEFAULT_RATIO;57 static double ratio = DEFAULT_RATIO; 58 58 static int autoinc = 0; 59 59 … … 75 75 } 76 76 77 void _zz_setratio( floatr)77 void _zz_setratio(double r) 78 78 { 79 79 if(r < MIN_RATIO)
Note: See TracChangeset
for help on using the changeset viewer.