Changeset 1157 for cpp/frams/genetics/f9/f9_oper.h
- Timestamp:
- 10/01/21 22:52:19 (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/genetics/f9/f9_oper.h
r779 r1157 1 1 // This file is a part of Framsticks SDK. http://www.framsticks.com/ 2 // Copyright (C) 1999-20 15Maciej Komosinski and Szymon Ulatowski.2 // Copyright (C) 1999-2021 Maciej Komosinski and Szymon Ulatowski. 3 3 // See LICENSE.txt for details. 4 4 … … 20 20 const char* getSimplest() { return "R"; } 21 21 22 void mutate_replace(char *gene, int i); //helper for mutate() 23 void mutate_add_or_del(char *& gene, int len, int add_0_del_1); //helper for mutate() 24 22 25 double mut_prob; //mutation probability 23 26 };
Note: See TracChangeset
for help on using the changeset viewer.