Changeset 280 for cpp


Ignore:
Timestamp:
12/22/14 23:22:30 (9 years ago)
Author:
Maciej Komosinski
Message:

Version 4.0

Location:
cpp/frams
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/config/version.h

    r271 r280  
    33// Refer to http://www.framsticks.com/ for further information.
    44
    5 #define MAIN_REL_ID "4.0rc12"
     5#define MAIN_REL_ID "4.0"
  • cpp/frams/genetics/genman.h

    r275 r280  
    1919{
    2020        int count;
    21         string parent1, parent2, child;
     21        string parent1, parent2, child; //parent2 only used in crossover, it is "" in mutation
    2222        float chg;
    2323        float fit;
Note: See TracChangeset for help on using the changeset viewer.