File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments