applications/test/rigidBodyDynamics/spring: Updated comment

This commit is contained in:
Henry Weller
2016-04-12 16:37:26 +01:00
parent 591cb1d11e
commit b2563a8f1b

View File

@ -63,7 +63,7 @@ int main(int argc, char *argv[])
OFstream qFile("qVsTime"); OFstream qFile("qVsTime");
OFstream qDotFile("qDotVsTime"); OFstream qDotFile("qDotVsTime");
// Integrate the motion of the spring for 4s using a symplectic method // Integrate the motion of the spring for 4s
scalar deltaT = 0.002; scalar deltaT = 0.002;
for (scalar t=0; t<4; t+=deltaT) for (scalar t=0; t<4; t+=deltaT)
{ {