Ignore:
Timestamp:
05/23/16 13:52:53 (8 years ago)
Author:
Maciej Komosinski
Message:

checkValidity() and validate() are now aware of genotype name

File:
1 edited

Legend:

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

    r286 r513  
    5050
    5151        /// You have to reimplement this method.
    52         /// If your converter cannot do its job, return empty string
    53         /// (return SString();), any other return value is assumed
    54         /// to be output genotype.
     52        /// If your converter cannot do its job, return empty string - return SString();
     53        /// Any other return value is assumed to be output genotype.
    5554        /// @param map if not null, mapping informaton is requested, converter should add conversion map to this object
    5655        virtual SString convert(SString &i, MultiMap *map) { return SString(); }
Note: See TracChangeset for help on using the changeset viewer.