From 73aacc436dd06fddded5b02cc8d9418b6f896f91 Mon Sep 17 00:00:00 2001 From: KiranEiden <32306975+KiranEiden@users.noreply.github.com> Date: Wed, 14 Feb 2024 05:13:15 -0800 Subject: [PATCH] Use double-backticks for compilation parameter in docs (#2756) --- Docs/source/Hydrodynamics.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs/source/Hydrodynamics.rst b/Docs/source/Hydrodynamics.rst index 44cdf3e553..edaaf8accd 100644 --- a/Docs/source/Hydrodynamics.rst +++ b/Docs/source/Hydrodynamics.rst @@ -347,7 +347,7 @@ accounted for in **Steps 1** and **6**. The source terms are: .. note:: To reduce memory usage, we do not include source terms for the advected quantities, species, and auxiliary variables in the conserved state vector by default. If your application needs external source terms for - these variables, set `USE_SPECIES_SOURCES=TRUE` when compiling so that space + these variables, set ``USE_SPECIES_SOURCES=TRUE`` when compiling so that space will be allocated for them. Primitive Forms