Changeset 735 for cpp/frams


Ignore:
Timestamp:
02/17/18 18:59:21 (6 years ago)
Author:
Maciej Komosinski
Message:

Base genotype converter is now abstract, which triggers compilation errors in obsolete genetic converters (the ones which do not have the use_checkpoints argument)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/genetics/genoconv.h

    r732 r735  
    5353        /// Any other return value is assumed to be output genotype.
    5454        /// @param map if not null, mapping informaton is requested, converter should add conversion map to this object
    55         virtual SString convert(SString &i, MultiMap *map, bool using_checkpoints) { return SString(); }
     55        virtual SString convert(SString &i, MultiMap *map, bool using_checkpoints) = 0;
    5656
    5757        virtual ~GenoConverter() {}
Note: See TracChangeset for help on using the changeset viewer.