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/shapeconvert.cpp

    r972 r999  
    6767                loadSString(VirtFILE::Vstdin, gen);
    6868        Geno g(gen);
    69         Model m(g, Model::SHAPE_UNKNOWN);
     69        Model m(g, Model::SHAPETYPE_UNKNOWN);
    7070
    7171        if (!m.isValid())
     
    7575        }
    7676
    77         if (m.getShapeType() != Model::SHAPE_BALL_AND_STICK)
     77        if (m.getShapeType() != Model::SHAPETYPE_BALL_AND_STICK)
    7878        {
    7979                logPrintf("", "shapeconvert", LOG_ERROR, "Only ball-and-stick models can be converted");
Note: See TracChangeset for help on using the changeset viewer.