Skip to content
Snippets Groups Projects
Commit b2563a8f authored by Henry Weller's avatar Henry Weller
Browse files

applications/test/rigidBodyDynamics/spring: Updated comment

parent 591cb1d1
1 merge request!33Merge foundation
......@@ -63,7 +63,7 @@ int main(int argc, char *argv[])
OFstream qFile("qVsTime");
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;
for (scalar t=0; t<4; t+=deltaT)
{
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment