Another Population test

refs #53
This commit is contained in:
Fabian Becker
2015-12-12 17:46:28 +01:00
parent fbb1c80d09
commit 0002b5a797
2 changed files with 14 additions and 1 deletions

View File

@@ -1088,7 +1088,7 @@ public abstract class AbstractEAIndividual implements IndividualInterface, java.
}
return pos;
} // TODO check some more types here?
EVAERROR.errorMsgOnce("Unhandled case in AbstractEAIndividual.getPosition()!");
EVAERROR.errorMsgOnce("Unhandled case in AbstractEAIndividual.getDoublePositionShallow()!");
return null;
}