Changeset 41


Ignore:
Timestamp:
12/02/09 22:39:47 (14 years ago)
Author:
Maciej Komosinski
Message:

updated name of the converter

File:
1 edited

Legend:

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

    r36 r41  
    529529GenoConv_F8ToF1::GenoConv_F8ToF1()
    530530{
    531         name = "f8 converter";
     531        name = "Generative encoding";
    532532        in_format = '8';
    533533        out_format = '1';
    534534        mapsupport = 0;
    535         info = "Generative encoding";
    536535        maxF1Length = 500;
    537536        par.setParamTab(GENOCONVf8param_tab);
Note: See TracChangeset for help on using the changeset viewer.