Oh, right found some errors using gcc
This commit is contained in:
parent
e55e3813dc
commit
71b0dc1771
3 changed files with 6 additions and 3 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue