231 |
|
"\t\t%s\n" |
232 |
|
"\twill result in %d integrable objects being\n" |
233 |
|
"\trestrained.\n", objectSelection.c_str(), selectionCount); |
234 |
+ |
painCave.severity = OPENMD_INFO; |
235 |
|
painCave.isFatal = 0; |
236 |
|
simError(); |
237 |
|
|
392 |
|
|
393 |
|
std::vector<Vector3d> struc; |
394 |
|
std::vector<Vector3d> forces; |
395 |
+ |
|
396 |
|
|
397 |
|
for(sd = (*rm)->beginIntegrableObject(ioi); sd != NULL; |
398 |
|
sd = (*rm)->nextIntegrableObject(ioi)) { |
453 |
|
|
454 |
|
// phew. At this point, we should have the pointer to the |
455 |
|
// correct Object restraint in the variable oRest. |
454 |
– |
|
456 |
|
oRest->setScaleFactor(scalingFactor); |
457 |
|
|
458 |
|
Vector3d pos = (*ro)->getPos(); |