Ignore:
Timestamp:
07/13/20 13:51:43 (4 years ago)
Author:
Maciej Komosinski
Message:

More consistent usage of "shapetype" (vs. "shape")

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/genetics/geno.cpp

    r988 r999  
    260260        if (Geno::formatIsOneOf(g.getFormat(), Geno::F0_FORMAT_LIST))
    261261        {
    262                 Model mod(g, Model::SHAPE_UNKNOWN);
     262                Model mod(g, Model::SHAPETYPE_UNKNOWN);
    263263                return mod.isValid();
    264264        }
Note: See TracChangeset for help on using the changeset viewer.