Changeset 976 for cpp/frams/genetics


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

Renamed three "solid-compatible" receptors to have more informative names

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/genetics/preconfigured.h

    r952 r976  
    2828                if (Geno::useValidators(&validators) != NULL)
    2929                        logPrintf("PreconfiguredGenetics", "init", LOG_WARN, "Geno validators already configured");
    30                 static const char* genactive_classes[] = { "N", "G", "Gp", "T", "S", "*", "|", "@", "M", NULL };
     30                static const char* genactive_classes[] = { "N", "G", "Gpart", "T", "S", "*", "|", "@", "M", NULL };
    3131                NeuroClass::resetActive();
    3232                NeuroClass::setGenActive(genactive_classes);
Note: See TracChangeset for help on using the changeset viewer.