Changeset 41 for cpp/f8-to-f1
- Timestamp:
- 12/02/09 22:39:47 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/f8-to-f1/conv_f8tof1.cpp
r36 r41 529 529 GenoConv_F8ToF1::GenoConv_F8ToF1() 530 530 { 531 name = " f8 converter";531 name = "Generative encoding"; 532 532 in_format = '8'; 533 533 out_format = '1'; 534 534 mapsupport = 0; 535 info = "Generative encoding";536 535 maxF1Length = 500; 537 536 par.setParamTab(GENOCONVf8param_tab);
Note: See TracChangeset
for help on using the changeset viewer.