applications/test/rigidBodyDynamics/spring: Updated comment
This commit is contained in:
parent
591cb1d11e
commit
b2563a8f1b
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue