- Timestamp:
- 12/16/11 21:36:42 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/gdk/gdktest.cpp
r68 r73 6 6 #include <stdio.h> 7 7 #include <time.h> 8 #include "stdiofile.h" 8 9 9 10 #include "model.h" … … 265 266 findingConverters(); 266 267 267 //Geno g(argc>1?argv[1]:"X[|G:1.23]"); 268 Geno g(argc>1?argv[1]:"//0\np:\nn:\nc:0,0,i=\"abc=7\"\n"); 268 SString gen(argc>1?argv[1]:"X[|G:1.23]"); 269 if (!strcmp(gen,"-")) 270 { 271 gen=0; 272 StdioFILEDontClose in(stdin); 273 loadSString(&in,gen); 274 } 275 Geno g(gen); 269 276 printf("\nSource genotype: '%s'\n",(const char*)g.getGene()); 270 277 printf(" ( format %c %s)\n",
Note: See TracChangeset
for help on using the changeset viewer.