View | Details | Raw Unified
Collapse All | Expand All

(-) acovea/acovea.h (-1 / +2 lines)
 Lines 80-85    Link Here 
// 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
 Lines 84-90    Link Here 
            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;
    };
    };
    
    
    //----------------------------------------------------------
    //----------------------------------------------------------