Changeset 1039 for cpp/frams/genetics/f1
- Timestamp:
- 11/30/20 03:44:14 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/genetics/f1/f1_conv.cpp
r830 r1039 282 282 int Builder::growPart(GeneProps &c, const char *g) 283 283 { 284 sprintf(tmp, "dn=%lg,fr=%lg,ing=%lg,as=%lg,v s=%g,vr=%g,vg=%g,vb=%g",285 1.0 / c.weight, c.friction, c.ingestion, c.assimilation, c. visual_size, c.cred, c.cgreen, c.cblue);284 sprintf(tmp, "dn=%lg,fr=%lg,ing=%lg,as=%lg,vr=%g,vg=%g,vb=%g", 285 1.0 / c.weight, c.friction, c.ingestion, c.assimilation, c.cred, c.cgreen, c.cblue); 286 286 return model.addFromString(Model::PartType, tmp, makeRange(g)); 287 287 }
Note: See TracChangeset
for help on using the changeset viewer.