Oh, right found some errors using gcc

This commit is contained in:
mac 2000-06-12 20:24:27 +00:00
commit 71b0dc1771
3 changed files with 6 additions and 3 deletions

View file

@ -66,7 +66,7 @@ main(int argc, char *argv[])
eoEsObjectiveBounds bounds(chromSize.value(), minimum.value(), maximum.value());
// Run the appropriate algorithm
if (stdevs.value() == false && corr.value == false)
if (stdevs.value() == false && corr.value() == false)
{
runAlgorithm(eoEsSimple<FitT>() ,parser, bounds);
}