Changeset 372 for cpp/frams/genetics/oper_fx.cpp
- Timestamp:
- 04/22/15 04:14:59 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/genetics/oper_fx.cpp
r348 r372 5 5 #include <ctype.h> //isupper() 6 6 #include "oper_fx.h" 7 #include <common/ framsg.h>7 #include <common/hmessage.h> 8 8 #include <common/nonstd_math.h> 9 9 #include <frams/util/rndutil.h> … … 173 173 } 174 174 else 175 FMprintf("GenoOperators", "linearMix", FMLV_WARN, "Cannot mix values of types '%c' and '%c'", type1, type2);175 Hprintf("GenoOperators", "linearMix", HMLV_WARN, "Cannot mix values of types '%c' and '%c'", type1, type2); 176 176 } 177 177 … … 250 250 { 251 251 if (s == NULL) 252 FramMessage("GenoOperators", "skipWS", "NULL reference!", FMLV_WARN);252 Hmessage("GenoOperators", "skipWS", "NULL reference!", HMLV_WARN); 253 253 else 254 254 while (isWS(*s)) s++;
Note: See TracChangeset
for help on using the changeset viewer.