Skip to content

Commit bab66a6

Browse files
authored
1.9 -> 1e9 for large dt (#3754)
1 parent 6a0372c commit bab66a6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/progref/simctrl/programmatic.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -516,11 +516,11 @@ Functions
516516

517517
When using the default implicit integration method (:data:`secondorder` = 0)
518518
there is no upper limit on dt for numerical stability and in fact for
519-
passive models it is often convenient to use dt=1.9 to obtain the
519+
passive models it is often convenient to use dt=1e9 to obtain the
520520
steady state in a single time step.
521521

522-
dt can be changed by the user at any time during a simulation. However,
523-
some inserted mechanisms may use tables which depend on the value of dt
522+
n.dt can be changed by the user at any time during a simulation. However,
523+
some inserted mechanisms may use tables which depend on the value of n.dt
524524
which will be automatically recomputed. In this situation, the tables
525525
are not useful and should be bypassed by setting the appropriate
526526
usetable_suffix global variables to 0.
@@ -540,7 +540,7 @@ Functions
540540

541541
When using the default implicit integration method (:data:`secondorder` = 0)
542542
there is no upper limit on dt for numerical stability and in fact for
543-
passive models it is often convenient to use dt=1.9 to obtain the
543+
passive models it is often convenient to use dt=1e9 to obtain the
544544
steady state in a single time step.
545545

546546

0 commit comments

Comments
 (0)