Changeset 1006 for cpp/frams/genetics/fS/fS_conv.cpp
- Timestamp:
- 07/14/20 16:04:46 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified cpp/frams/genetics/fS/fS_conv.cpp ΒΆ
r958 r1006 18 18 } 19 19 20 Model model; 21 model.open(using_checkpoints); 22 genotype->buildModel(model); 23 model.close(); 20 Model model = genotype->buildModel(using_checkpoints); 24 21 delete genotype; 25 22
Note: See TracChangeset
for help on using the changeset viewer.