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_layout_test.cpp

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