Changeset 1215 for cpp/frams/model


Ignore:
Timestamp:
04/17/23 00:04:28 (12 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/model/model.cpp

    r1135 r1215  
    406406                        return;
    407407                }
    408                 if (mh.getWarningCount())
     408                if (mh.getErrorWarningCount())
    409409                {
    410410                        if (f0warnposition < 0) f0warnposition = lastpos;
Note: See TracChangeset for help on using the changeset viewer.