From 0e4f28f1d1baa9a12a80c7a4e885ad7cd02017ac Mon Sep 17 00:00:00 2001
From: Ann Almgren <asalmgren@lbl.gov>
Date: Thu, 18 Jul 2019 12:00:11 -0700
Subject: [PATCH] max_iter --> maxiter

---
 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..3c194b5 100644
--- a/docs/source/InputsTimeStepping.rst
+++ b/docs/source/InputsTimeStepping.rst
@@ -45,7 +45,7 @@ Currently, the criterion for setting "steady_state" to true is if "dt" is undefi
 |                       |                                                                       |             |            |
 |                       | (Must be set if steady_state_tol = 1)                                 |             |            |
 +-----------------------+-----------------------------------------------------------------------+-------------+------------+
-| steady_state_max_iter | Maximum number of allowed iterations to converge to steady state      |   Int       | 100000000  |
+| steady_state_maxiter  | Maximum number of allowed iterations to converge to steady state      |   Int       | 100000000  |
 +-----------------------+-----------------------------------------------------------------------+-------------+------------+
 
 Setting the Time Step 
-- 
GitLab