Changeset 36


Ignore:
Timestamp:
11/04/09 21:51:16 (14 years ago)
Author:
Maciej Komosinski
Message:

adding the only f8 converter parameter to the list of simulator parameters

Location:
cpp/f8-to-f1
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • cpp/f8-to-f1/conv_f8tof1.cpp

    r35 r36  
    517517static ParamEntry GENOCONVf8param_tab[]=
    518518{
    519 {"Genetics: f8: limits",1,1,},
     519{"Genetics: f8: Converter",1,1,},
    520520{"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.", },
    521521{0,},
     
    523523
    524524#undef FIELDSTRUCT
     525
     526Param GenoConv_F8ToF1::staticpar;
     527
    525528
    526529GenoConv_F8ToF1::GenoConv_F8ToF1()
  • cpp/f8-to-f1/conv_f8tof1.h

    r35 r36  
    229229public:
    230230        Param par;
    231 
     231        static Param staticpar; //needed to add 'par' to the list of simulator params (this field is initialized externally)
     232 
    232233        GenoConv_F8ToF1();
    233234        ~GenoConv_F8ToF1() {}
Note: See TracChangeset for help on using the changeset viewer.