- Timestamp:
- Jun 6, 2012, 9:16:29 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20120601/Ohana/src/opihi/cmd.data/gaussdeviate.c
r20936 r33985 34 34 35 35 int i, Npts; 36 double mean, sigma;37 36 Vector *vec; 38 37 … … 42 41 43 42 Npts = atoi (argv[2]); 44 mean = atof (argv[3]);45 sigma = atof (argv[4]);43 // mean = atof (argv[3]); 44 // sigma = atof (argv[4]); 46 45 47 46 ResetVector (vec, OPIHI_FLT, Npts);
Note:
See TracChangeset
for help on using the changeset viewer.
