Changeset 36 for cpp/f8-to-f1
- Timestamp:
- 11/04/09 21:51:16 (15 years ago)
- Location:
- cpp/f8-to-f1
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/f8-to-f1/conv_f8tof1.cpp
r35 r36 517 517 static ParamEntry GENOCONVf8param_tab[]= 518 518 { 519 {"Genetics: f8: limits",1,1,},519 {"Genetics: f8: Converter",1,1,}, 520 520 {"f8conv_maxlen", 0, 0, "Maximal genotype length", "d 10 10000 500", FIELD(maxF1Length),"Maximal length of the resulting f1 genotype, in characters. If the f8 L-system produces longer f1 genotype, it will be considered incorrect.", }, 521 521 {0,}, … … 523 523 524 524 #undef FIELDSTRUCT 525 526 Param GenoConv_F8ToF1::staticpar; 527 525 528 526 529 GenoConv_F8ToF1::GenoConv_F8ToF1() -
cpp/f8-to-f1/conv_f8tof1.h
r35 r36 229 229 public: 230 230 Param par; 231 231 static Param staticpar; //needed to add 'par' to the list of simulator params (this field is initialized externally) 232 232 233 GenoConv_F8ToF1(); 233 234 ~GenoConv_F8ToF1() {}
Note: See TracChangeset
for help on using the changeset viewer.