Changeset 299 for cpp/frams/_demos
- Timestamp:
- 01/17/15 02:43:46 (10 years ago)
- Location:
- cpp/frams/_demos
- Files:
-
- 2 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; -
cpp/frams/_demos/loader_test.cpp
r286 r299 4 4 5 5 #include "genotypeloader.h" 6 #include <frams/virtfile/stdiofile.h> 6 7 7 8 /** … … 24 25 25 26 long count=0,totalsize=0; 27 StdioFileSystem_autoselect stdiofilesys; 26 28 MiniGenotypeLoader loader(argv[1]); 27 29 const char* selected=(argc<3)?NULL:argv[2];
Note: See TracChangeset
for help on using the changeset viewer.