From e6ff184a11ada92c0baf1a1bb8c8cfd6f1c76c20 Mon Sep 17 00:00:00 2001 From: Julie Prestopnik Date: Mon, 16 Sep 2024 14:25:40 -0600 Subject: [PATCH] Per #2949, third attempt to get the new note to show up --- docs/Users_Guide/installation.rst | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/docs/Users_Guide/installation.rst b/docs/Users_Guide/installation.rst index 4b604a5076..fc3092bb50 100644 --- a/docs/Users_Guide/installation.rst +++ b/docs/Users_Guide/installation.rst @@ -177,18 +177,15 @@ can be found in the `MET GitHub repository `_ i `scripts/installation/config `_ directory. -.. note:: - - Starting with MET-12.0.0, the C++17 standard is the default standard for - MET, due to the C++17 standard being a requirement for the dependent - library, ATLAS, in versions 0.33.0 and greater. The ATLAS library is - conditionally required, if support for unstructured grids is desired. - - At this time, users with systems that do not yet support the C++17 - standard, can still compile MET with an older C++ standard, using an - older version of ATLAS, by adding the MET_CXX_STANDARD variable to - the environment configuration file as described in the **OPTIONAL** - section below. +.. note:: Starting with MET-12.0.0, the C++17 standard is the default standard for + MET, due to the C++17 standard being a requirement for the dependent + library, ATLAS, in versions 0.33.0 and greater. The ATLAS library is + conditionally required, if support for unstructured grids is desired. + At this time, users with systems that do not yet support the C++17 + standard, can still compile MET with an older C++ standard, using an + older version of ATLAS, by adding the MET_CXX_STANDARD variable to + the environment configuration file as described in the **OPTIONAL** + section below. Environment Variable Descriptions