From 9170ba4aa38472259c046b54c396c1ebc8ddc018 Mon Sep 17 00:00:00 2001 From: "David J. Gardner" Date: Wed, 24 Jan 2024 19:27:03 -0800 Subject: [PATCH] add particle build options to doc tables --- Docs/sphinx_doc/building.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Docs/sphinx_doc/building.rst b/Docs/sphinx_doc/building.rst index 3c530739e..29897b125 100644 --- a/Docs/sphinx_doc/building.rst +++ b/Docs/sphinx_doc/building.rst @@ -85,6 +85,8 @@ or if using tcsh, +--------------------+------------------------------+------------------+-------------+ | USE_HDF5 | Whether to enable HDF5 | TRUE / FALSE | FALSE | +--------------------+------------------------------+------------------+-------------+ + | USE_PARTICLES | Whether to enable particles | TRUE / FALSE | FALSE | + +--------------------+------------------------------+------------------+-------------+ | USE_WARM_NO_PRECIP | Whether to use warm moisture | TRUE / FALSE | FALSE | +--------------------+------------------------------+------------------+-------------+ | USE_MULTIBLOCK | Whether to enable multiblock | TRUE / FALSE | FALSE | @@ -174,6 +176,8 @@ Analogous to GNU Make, the list of cmake directives is as follows: +---------------------------+------------------------------+------------------+-------------+ | ERF_ENABLE_HDF5 | Whether to enable HDF5 | TRUE / FALSE | FALSE | +---------------------------+------------------------------+------------------+-------------+ + | ERF_ENABLE_PARTICLES | Whether to enable particles | TRUE / FALSE | FALSE | + +---------------------------+------------------------------+------------------+-------------+ | ERF_ENABLE_WARM_NO_PRECIP | Whether to use warm moisture | TRUE / FALSE | FALSE | +---------------------------+------------------------------+------------------+-------------+ | ERF_ENABLE_MULTIBLOCK | Whether to enable multiblock | TRUE / FALSE | FALSE |