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/_demos/geometry/geometrytestutils.cpp

    r972 r999  
    6363                if ((genoIndex == count) || (strcmp(genotype->name.c_str(), genoName) == 0))
    6464                {
    65                         Model model(genotype->genotype, Model::SHAPE_UNKNOWN);
     65                        Model model(genotype->genotype, Model::SHAPETYPE_UNKNOWN);
    6666
    6767                        if (!model.isValid())
Note: See TracChangeset for help on using the changeset viewer.