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:
evomarc 2001-03-27 16:27:15 +00:00
commit 434010d221
2 changed files with 7 additions and 6 deletions

View file

@ -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);