Changeset 1215 for cpp/frams/genetics


Ignore:
Timestamp:
04/17/23 00:04:28 (13 months ago)
Author:
Maciej Komosinski
Message:

Less ambiguous names of counting functions in loggers: warning -> error_warning, info -> error_warning_info

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/genetics/fH/fH_oper.cpp

    r1167 r1215  
    7171        int amount = builder.removeNeuronsWithInvalidClasses();
    7272        // if there were any warnings, then rewrite genotype
    73         if (eh.getWarningCount() > 0 || amount > 0)
     73        if (eh.getErrorWarningCount() > 0 || amount > 0)
    7474        {
    7575                free(geno);
Note: See TracChangeset for help on using the changeset viewer.