--- acovea/acovea.cpp 2005-03-21 16:45:47.000000000 +0100 +++ acovea/acovea-new.cpp 2005-03-21 16:45:29.000000000 +0100 @@ -80,6 +80,7 @@ // global version string const string acovea::common::G_VERSION = "4.0.0"; +const double acovea::common::BOGUS_RUN_TIME = 1000000000.0; //---------------------------------------------------------- // abstract definition of a compiler option or switch --- acovea/acovea.h 2005-03-21 16:45:58.000000000 +0100 +++ acovea/acovea-new.h 2005-03-21 16:45:37.000000000 +0100 @@ -84,7 +84,7 @@ static const string G_VERSION; // constant used to represent a "broken" chromosome - static const double BOGUS_RUN_TIME = 1000000000.0; + static const double BOGUS_RUN_TIME; }; //----------------------------------------------------------