Changeset 831
- Timestamp:
- 11/26/18 01:25:48 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/genetics/f4/f4_conv.cpp
r830 r831 261 261 if (strcmp(nclass, "N") == 0) 262 262 { 263 sprintf(tmpLine, " d=\"N:in=%g,fo=%g,si=%g\"", partno, C->inertia, C->force, C->sigmo);263 sprintf(tmpLine, "p=%d,d=\"N:in=%g,fo=%g,si=%g\"", partno, C->inertia, C->force, C->sigmo); 264 264 } 265 265 else
Note: See TracChangeset
for help on using the changeset viewer.