From 62ecee74ff3ad71b85425c7fc1d5b9f8c10fba3f Mon Sep 17 00:00:00 2001
From: Jordan Musser <jordanmusser@gmail.com>
Date: Thu, 12 May 2022 10:46:29 -0400
Subject: [PATCH] Update InputsPlotFiles.rst

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

diff --git a/docs/source/inputs/InputsPlotFiles.rst b/docs/source/inputs/InputsPlotFiles.rst
index 7a61b41..22bf558 100644
--- a/docs/source/inputs/InputsPlotFiles.rst
+++ b/docs/source/inputs/InputsPlotFiles.rst
@@ -99,9 +99,8 @@ i.e., set `amrex.the_arena_is_managed = true`.
 |                     | Description                                                           |   Type      | Default   |
 +=====================+=======================================================================+=============+===========+
 +---------------------+-----------------------------------------------------------------------+-------------+-----------+
-| fluid_actions       | yaml file of the ascent actions for the mesh data                     |  String     | plt       |
-+---------------------+-----------------------------------------------------------------------+-------------+-----------+
-| particle_actions    | yaml file of the ascent actions for the Lagrangian data               |   Bool      | False     |
+| actions             | yaml file of the ascent actions (ex. ascent_actions.yaml). If no file |  String     |           |
+|                     | name is provided, then calls to Ascent are skipped.                   |             |           |
 +---------------------+-----------------------------------------------------------------------+-------------+-----------+
 
 
-- 
GitLab