removed bad semicolon at the end of a "{}" bloc which is not a class/template.

Debugged using g++ flags (see CMakeLists.txt at the root)
This commit is contained in:
tlegrand 2008-01-15 13:53:18 +00:00
commit 5cbbe83a0e
6 changed files with 7 additions and 7 deletions

View file

@ -228,7 +228,7 @@ phenotype eoChromEvaluator(const Chrom& chrom)
p.mse_error = mse::error(chrom, *val_set);
return p;
};
}
//-----------------------------------------------------------------------------