|
|
| |
// global version string | // global version string |
const string acovea::common::G_VERSION = "4.0.0"; | 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 | // abstract definition of a compiler option or switch |
|
|
static const string G_VERSION; | static const string G_VERSION; |
| |
// constant used to represent a "broken" chromosome | // constant used to represent a "broken" chromosome |
static const double BOGUS_RUN_TIME = 1000000000.0; |
static const double BOGUS_RUN_TIME; |
}; | }; |
| |
//---------------------------------------------------------- | //---------------------------------------------------------- |