From 5e8663e4516d6a1e8bc17099af158d8738265c9f Mon Sep 17 00:00:00 2001
From: wfullmer <william.fullmer@netl.doe.gov>
Date: Thu, 14 Apr 2022 11:53:11 -0400
Subject: [PATCH] remove plot_per_exact

---
 docs/source/inputs/InputsPlotFiles.rst | 2 --
 1 file changed, 2 deletions(-)

diff --git a/docs/source/inputs/InputsPlotFiles.rst b/docs/source/inputs/InputsPlotFiles.rst
index 859b93e..a46f41a 100644
--- a/docs/source/inputs/InputsPlotFiles.rst
+++ b/docs/source/inputs/InputsPlotFiles.rst
@@ -12,8 +12,6 @@ format (for debugging).
 +=====================+=======================================================================+=============+===========+
 | plot_int            | Frequency of plotfile output;                                         |    Int      | -1        |
 |                     | if -1 then no plotfiles will be written at this frequency             |             |           |
-| plot_per_exact      | Time period of plotfile output (exact); will modify dt                |    Real     | -1        |
-|                     | if -1 then no plotfiles will be written at this frequency             |             |           |
 | plot_per_approx     | Time period of plotfile output (approximate); does not modify dt      |    Real     | -1        |
 |                     | if -1 then no plotfiles will be written at this frequency             |             |           |
 +---------------------+-----------------------------------------------------------------------+-------------+-----------+
-- 
GitLab