Ignore:
Timestamp:
06/07/18 17:42:49 (6 years ago)
Author:
Maciej Komosinski
Message:

Performance improvements, including avoiding unnecessary passing of objects by value

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/genetics/fH/fH_general.h

    r797 r803  
    408408         * @return 0 if processing was successful, 1 if parsing of dimensions went wrong or one of genotype lines could not be parsed
    409409         */
    410         int parseGenotype(SString genotype);
     410        int parseGenotype(const SString &genotype);
    411411
    412412        /**
Note: See TracChangeset for help on using the changeset viewer.