Changeset 299 for cpp/frams/_demos/geometry
- Timestamp:
- 01/17/15 02:43:46 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/_demos/geometry/geometrytestutils.cpp
r286 r299 6 6 7 7 #include "../genotypeloader.h" 8 #include <frams/virtfile/stdiofile.h> 8 9 #include <math.h> 9 10 #include <stdio.h> … … 119 120 { 120 121 srand(time(NULL)); 122 StdioFileSystem_autoselect stdiofilesys; 121 123 122 124 if ((argc == 3) && (strcmp("-l", argv[1]) == 0)) … … 178 180 { 179 181 srand(time(NULL)); 182 StdioFileSystem_autoselect stdiofilesys; 180 183 181 184 if ((argc == 3) && (strcmp("-l", argv[1]) == 0)) … … 215 218 "GENO_ID - either genotype name or index (1-based)\n" 216 219 "DENSITY - minimal number of samples per unit\n" 217 "SHAPE - 1=ellipsoid, 2=cuboid, 3=cylinder, others or none=random ",220 "SHAPE - 1=ellipsoid, 2=cuboid, 3=cylinder, others or none=random\n", 218 221 (const char*)header); 219 222 return 1;
Note: See TracChangeset
for help on using the changeset viewer.