From 62449661a1b7a66be0348f5b1a1b4b51c6f1556e Mon Sep 17 00:00:00 2001 From: William Fullmer <william.fullmer@netl.doe.gov> Date: Tue, 25 Jun 2019 09:08:26 -0400 Subject: [PATCH] typo --- docs/source/InputsTimeStepping.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/InputsTimeStepping.rst b/docs/source/InputsTimeStepping.rst index ea1c06c..27b845c 100644 --- a/docs/source/InputsTimeStepping.rst +++ b/docs/source/InputsTimeStepping.rst @@ -43,7 +43,7 @@ Currently, the criterion for setting "steady_state" to true is if "dt" is undefi +-----------------------+-----------------------------------------------------------------------+-------------+------------+ | steady_state_tol | Tolerance for checking if we have reached steady state | Real | None | | | | | | -| | (Must be set if steady_state_tol = 1) | | | +| | (Must be set if steady_state = 1) | | | +-----------------------+-----------------------------------------------------------------------+-------------+------------+ | steady_state_max_iter | Maximum number of allowed iterations to converge to steady state | Int | 100000000 | +-----------------------+-----------------------------------------------------------------------+-------------+------------+ -- GitLab