Skip to content

Commit 56430e9

Browse files
amrutheshtorbeckstHeydenLabASU
authored
IMD_TIME packet definitions modified (#68)
* Change: TIME packet definitions to clarify what `dt`, `step` mean --------- Co-authored-by: Amruthesh Thirumalaiswamy <amruthesht@users.noreply.github.com> Co-authored-by: Oliver Beckstein <orbeckst@gmail.com> Co-authored-by: Matthias Heyden <mheyden1@asu.edu>
1 parent 900a621 commit 56430e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/protocol_v3.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -419,8 +419,8 @@ time packets were previously specified for this session in the :ref:`session inf
419419
1 (int32) Number of time packets being sent
420420
421421
Body:
422-
<val> (float64) dt for the simulation
423-
<val> (float64) Current time of the simulation
422+
<val> (float64) Simulation integrator time step (dt)
423+
<val> (float64) Current simulation time
424424
<val> (int64) Current integration step of the simulation
425425
426426
.. versionadded:: 3

0 commit comments

Comments
 (0)