Ignore:
Timestamp:
07/06/20 23:32:03 (4 years ago)
Author:
Maciej Komosinski
Message:

Added NeuroClass::getSupportedJointTypes() and NeuroClass::isJointTypeSupported() for use in genetic operators

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/model/model.cpp

    r972 r975  
    415415        {
    416416                *f0map = *map;
    417                 if (geno.getFormat() != '0')
     417                if (!Geno::formatIsOneOf(geno.getFormat(), Geno::F0_FORMAT_LIST))
    418418                {
    419419                        MultiMap tmp;
Note: See TracChangeset for help on using the changeset viewer.