- Timestamp:
- 07/09/20 13:51:28 (4 years ago)
- Location:
- cpp/frams
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/_demos/genoconv_test.cpp
r975 r994 166 166 167 167 // arguments: 168 // genotype (or - meaning "read from stdin") [default: X ]168 // genotype (or - meaning "read from stdin") [default: X, but try "/*shapes*/ball,cube,cylinder,cube"] 169 169 // target format [default: 0] 170 170 // "checkpoints" (just write this exact word) [default: not using checkpoints] -
cpp/frams/_demos/genooper_test.cpp
r973 r994 18 18 } 19 19 20 /* Demonstrates various genetic operators applied to a sample genotype. See also oper_fx.cpp. */20 /* Demonstrates various genetic operators applied to a sample genotype. See also genooperators.cpp/h. */ 21 21 int main(int argc, char *argv[]) 22 22 { -
cpp/frams/_demos/loader_test_param.cpp
r745 r994 112 112 113 113 case MultiParamLoader::OnError: 114 fprintf(stderr, "Error: %s ", loader.getError().c_str());114 fprintf(stderr, "Error: %s\n", loader.getError().c_str()); 115 115 } 116 116 } -
cpp/frams/genetics/fF/fF_conv.cpp
r991 r994 11 11 { 12 12 name = "10-parameter Foraminifera encoding"; 13 in_format = 'F';13 in_format = "F"; 14 14 out_format = "0s"; 15 15 mapsupport = 0;
Note: See TracChangeset
for help on using the changeset viewer.