Changeset 348 for cpp/frams/genetics/fF/conv_fF.cpp
- Timestamp:
- 04/09/15 23:51:28 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/genetics/fF/conv_fF.cpp
r319 r348 39 39 { 40 40 fF_growth_params gp; 41 if (!gp.load(in )) //invalid input genotype?41 if (!gp.load(in.c_str())) //invalid input genotype? 42 42 return ""; //so we return an invalid f0 genotype 43 43
Note: See TracChangeset
for help on using the changeset viewer.