Changeset 669 for cpp/frams/genetics


Ignore:
Timestamp:
08/12/17 01:54:46 (7 years ago)
Author:
Maciej Komosinski
Message:

As default foraminifera initial chamber radius in Framsticks units became 0.1, the simplest fF genotype now uses it

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/genetics/fF/oper_fF.h

    r667 r669  
    1818        int crossOver(char *&g1, char *&g2, float& chg1, float& chg2);
    1919        uint32_t style(const char *g, int pos);
    20         const char* getSimplest() { return "6, 1, 1, 1, 1.05, 1.05, 1.05, 0, 0, 0"; }
     20        const char* getSimplest() { return "6, 0.1, 0.1, 0.1, 1.05, 1.05, 1.05, 0, 0, 0"; }
    2121
    2222        double xover_proportion;
Note: See TracChangeset for help on using the changeset viewer.