Changeset 247 for cpp/frams/genetics/genoconv.h
- Timestamp:
- 11/07/14 17:51:01 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/genetics/genoconv.h
r197 r247 46 46 out_format; //< output format, eg. '0' 47 47 const char *info; //< detailed info about converter, format or copyright 48 longenabled; //< don't touch this! (used by configuration module)49 longmapsupport; //< set to 1 if your converter supports genotype mapping48 paInt enabled; //< don't touch this! (used by configuration module) 49 paInt mapsupport; //< set to 1 if your converter supports genotype mapping 50 50 51 51 /// You have to reimplement this method.
Note: See TracChangeset
for help on using the changeset viewer.