From f316ef802029a4a8591806e139f66b45eb354e98 Mon Sep 17 00:00:00 2001 From: David Gardner Date: Mon, 13 Jan 2025 19:36:11 -0800 Subject: [PATCH] Apply suggestions from code review Fix typos in docs Co-authored-by: Steven Roberts --- doc/shared/sundials/Install.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/shared/sundials/Install.rst b/doc/shared/sundials/Install.rst index 682cdb7226..16df61da44 100644 --- a/doc/shared/sundials/Install.rst +++ b/doc/shared/sundials/Install.rst @@ -95,10 +95,10 @@ In the installation steps below we will refer to the following directories: archive. * ``BUILD_DIR`` is the (temporary) directory under which SUNDIALS is built. - In-source builds are prohibited, the build directory ``BUILD_DIR`` can **not** + In-source builds are prohibited; the build directory ``BUILD_DIR`` can **not** be the same as ``SOLVER_DIR`` and such an attempt will lead to an error. This prevents "polluting" the source tree, simplifies building with different - configurations and/or options, and makes it easy clean-up all traces of the + configurations and/or options, and makes it easy to clean-up all traces of the build by simply removing the build directory. * ``INSTALL_DIR`` is the directory under which the SUNDIALS exported header