Changeset 779 for cpp/frams/genetics/fF
- Timestamp:
- 05/11/18 23:42:04 (7 years ago)
- Location:
- cpp/frams/genetics/fF
- Files:
-
- 2 edited
- 4 moved
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/genetics/fF/fF_chamber3d.cpp
r667 r779 4 4 5 5 #include "fF_chamber3d.h" 6 #include " conv_fF.h"6 #include "fF_conv.h" 7 7 #include <iostream> 8 8 -
cpp/frams/genetics/fF/fF_chamber3d.h
r667 r779 3 3 // See LICENSE.txt for details. 4 4 5 #ifndef CHAMBER3D_H6 #define CHAMBER3D_H5 #ifndef _FF_CHAMBER3D_H_ 6 #define _FF_CHAMBER3D_H_ 7 7 8 8 struct fF_point; -
cpp/frams/genetics/fF/fF_conv.cpp
r778 r779 3 3 // See LICENSE.txt for details. 4 4 5 #include " conv_fF.h"5 #include "fF_conv.h" 6 6 #include "fF_genotype.h" 7 7 #include <common/nonstd_stl.h> -
cpp/frams/genetics/fF/fF_conv.h
r778 r779 3 3 // See LICENSE.txt for details. 4 4 5 #ifndef _CONV_FF_H_ 6 #define _CONV_FF_H_ 5 #ifndef _FF_CONV_H_ 6 #define _FF_CONV_H_ 7 8 7 9 8 10 #define fF_TOO_MUCH 0.75 … … 56 58 }; 57 59 60 58 61 #endif -
cpp/frams/genetics/fF/fF_oper.cpp
r778 r779 3 3 // See LICENSE.txt for details. 4 4 5 #include " oper_fF.h"5 #include "fF_oper.h" 6 6 #include "fF_genotype.h" 7 7 #include <common/nonstd.h> //randomN, rnd01 -
cpp/frams/genetics/fF/fF_oper.h
r778 r779 3 3 // See LICENSE.txt for details. 4 4 5 #ifndef _ GENOOPER_FF_H_6 #define _ GENOOPER_FF_H_5 #ifndef _FF_OPER_H_ 6 #define _FF_OPER_H_ 7 7 8 #include "../ oper_fx.h"8 #include "../genooperators.h" 9 9 10 10
Note: See TracChangeset
for help on using the changeset viewer.