Changeset 972 for cpp/frams/genetics/geno.h
- Timestamp:
- 07/03/20 00:32:23 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/genetics/geno.h
r955 r972 129 129 static GenoConvManager* useConverters(GenoConvManager* gcm); 130 130 static GenoConvManager* getConverters(); 131 132 static bool formatIsOneOf(const SString& format, const SString& format_list); 133 static bool isF0Format(const SString& format_list); 134 static const SString F0_FORMAT_LIST; 131 135 }; 132 136
Note: See TracChangeset
for help on using the changeset viewer.