Modified the names in eoPopStat!
Hoever, the way it's done now, the string gets TRUNCATED - and I dont' know why
This commit is contained in:
parent
1726a06861
commit
434010d221
2 changed files with 7 additions and 6 deletions
|
|
@ -292,8 +292,9 @@ void main_function(int argc, char **argv)
|
|||
monitor.add(SecondStat);
|
||||
monitor.add(fdcStat);
|
||||
|
||||
// test de eoPopStat
|
||||
eoPopString<Indi> popStat("Dump of whole population");
|
||||
// test de eoPopStat and/or eoSortedPopStat
|
||||
// eoSortedPopStat<Indi> popStat("Dump of whole population");
|
||||
eoPopStat<Indi> popStat("Dump of whole population");
|
||||
checkpoint.add(popStat);
|
||||
monitor.add(popStat);
|
||||
|
||||
|
|
|
|||
Reference in a new issue