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

    r972 r999  
    7777        Geno g(gen);
    7878        if (!g.isValid()) { puts("invalid genotype"); return 5; }
    79         Model m(g, Model::SHAPE_UNKNOWN);
     79        Model m(g, Model::SHAPETYPE_UNKNOWN);
    8080        if (!m.getNeuroCount()) { puts("no neural network"); return 1; }
    8181        printf("%d neurons,", m.getNeuroCount());
Note: See TracChangeset for help on using the changeset viewer.