From a63c6ee2ba55cfd2b0b6502c114c2ae8d150b7d7 Mon Sep 17 00:00:00 2001 From: okoenig Date: Thu, 3 Apr 2003 10:44:35 +0000 Subject: [PATCH] Minor changes to make it run under Visual Studio 6.0 --- eo/src/utils/eoStat.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eo/src/utils/eoStat.h b/eo/src/utils/eoStat.h index d0208906..25da3e2b 100644 --- a/eo/src/utils/eoStat.h +++ b/eo/src/utils/eoStat.h @@ -149,7 +149,7 @@ private : } // Specialization for eoScalarFitnessAssembled - template + template void doit(const eoPop& _pop, eoScalarFitnessAssembled) { @@ -383,7 +383,7 @@ private : } // Specialization for eoScalarFitnessAssembled - template + template void doit(const eoPop& _pop, eoScalarFitnessAssembled){ if ( whichFitnessTerm >= _pop[0].fitness().size() )