Changeset 372 for cpp/frams/genetics/f4/oper_f4.cpp
- Timestamp:
- 04/22/15 04:14:59 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/genetics/f4/oper_f4.cpp
r286 r372 8 8 #include "oper_f4.h" 9 9 #include <frams/util/sstring.h> 10 #include <common/ framsg.h>10 #include <common/hmessage.h> 11 11 12 12 #include <stdio.h> … … 51 51 mutation_method_names[index++] = "deleted a node"; 52 52 mutation_method_names[index++] = "modified a node"; 53 if (index != F4_COUNT + F4_ADD_COUNT - 1) FramMessage("Geno_f4", "Constructor", "Mutation names init error", 3);53 if (index != F4_COUNT + F4_ADD_COUNT - 1) Hmessage("Geno_f4", "Constructor", "Mutation names init error", 3); 54 54 } 55 55
Note: See TracChangeset
for help on using the changeset viewer.