Ignore:
Timestamp:
05/16/18 21:20:31 (6 years ago)
Author:
Maciej Komosinski
Message:

Removed the unused "info" field and fixed a bug with incorrect pointers to content stored in a vector

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/genetics/f4/f4_conv.cpp

    r779 r783  
    4242GenoConv_F41_TestOnly::GenoConv_F41_TestOnly()
    4343{
    44         name = "test-only approximate f4 -> f1 converter";
     44        name = "Only for testing, approximate f4->f1 converter"; //Do not use in production! (adam)
    4545        in_format = '4';
    4646        out_format = '1';
    4747        mapsupport = 0;
    48         info = "This is for testing.  Do not use in production! (adam)";
    4948}
    5049
Note: See TracChangeset for help on using the changeset viewer.