yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #11352
[Branch ~yade-pkg/yade/git-trunk] Rev 4185: small fix of a warning in NewtonIntegrator
------------------------------------------------------------
revno: 4185
committer: Christian Jakob <jakob@xxxxxxxxxxxxxxxxxxx>
timestamp: Wed 2014-10-08 07:24:38 +0200
message:
small fix of a warning in NewtonIntegrator
modified:
pkg/dem/NewtonIntegrator.cpp
--
lp:yade
https://code.launchpad.net/~yade-pkg/yade/git-trunk
Your team Yade developers is subscribed to branch lp:yade.
To unsubscribe from this branch go to https://code.launchpad.net/~yade-pkg/yade/git-trunk/+edit-subscription
=== modified file 'pkg/dem/NewtonIntegrator.cpp'
--- pkg/dem/NewtonIntegrator.cpp 2014-09-15 10:27:11 +0000
+++ pkg/dem/NewtonIntegrator.cpp 2014-10-08 05:24:38 +0000
@@ -274,7 +274,7 @@
if (ts) {
ts->densityScaling=dsc;
densityScaling=dsc;
- LOG_WARN("GlobalStiffnessTimeStepper found in O.engines and adjusted to match this setting. Revert in the the timestepper if you don't want the scaling adjusted automatically.");
+ LOG_WARN("GlobalStiffnessTimeStepper found in O.engines and adjusted to match this setting. Revert in the timestepper if you don't want the scaling adjusted automatically.");
return;
}
} LOG_WARN("GlobalStiffnessTimeStepper not found in O.engines. Density scaling will have no effect unless a scaling is specified manually for some bodies");