Changeset 783 for cpp/frams/genetics/f4
- Timestamp:
- 05/16/18 21:20:31 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/genetics/f4/f4_conv.cpp
r779 r783 42 42 GenoConv_F41_TestOnly::GenoConv_F41_TestOnly() 43 43 { 44 name = " test-only approximate f4 -> f1 converter";44 name = "Only for testing, approximate f4->f1 converter"; //Do not use in production! (adam) 45 45 in_format = '4'; 46 46 out_format = '1'; 47 47 mapsupport = 0; 48 info = "This is for testing. Do not use in production! (adam)";49 48 } 50 49
Note: See TracChangeset
for help on using the changeset viewer.