Changeset 973 for cpp/frams/genetics/fH


Ignore:
Timestamp:
07/03/20 00:37:13 (4 years ago)
Author:
Maciej Komosinski
Message:

Increased SString and std::string compatibility: introduced length(), size(), and capacity(), and removed legacy methods that have std::string equivalents

File:
1 edited

Legend:

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

    r966 r973  
    214214        while (genotype.getNextToken(pos, line, '\n'))
    215215        {
    216                 if (line.len() > 0)
     216                if (line.length() > 0)
    217217                {
    218218                        int res = processLine(line, linenumber, lastpos, pos - 1);
Note: See TracChangeset for help on using the changeset viewer.