From a8d1e7bca1e226db11b801cc87bea501ea30e210 Mon Sep 17 00:00:00 2001 From: Gerhard Theurich Date: Mon, 13 May 2024 14:38:14 -0700 Subject: [PATCH] Fix LaTeX issues in BOP/EOP section. --- src/Superstructure/ESMFMod/include/ESMC_Init.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Superstructure/ESMFMod/include/ESMC_Init.h b/src/Superstructure/ESMFMod/include/ESMC_Init.h index 775aed3913..24dbe298ff 100644 --- a/src/Superstructure/ESMFMod/include/ESMC_Init.h +++ b/src/Superstructure/ESMFMod/include/ESMC_Init.h @@ -146,12 +146,12 @@ extern "C" { // internal resources cleanly. // // The \texttt{endFlag} argument has one of three options: -// \being{description} -// \item [\texttt{ESMC_END_NORMAL}] +// \begin{description} +// \item [\texttt{ESMC\_END\_NORMAL}] // Finalize normally. -// \item [\texttt{ESMC_END_KEEPMPI}] +// \item [\texttt{ESMC\_END\_KEEPMPI}] // Finalize normally without finalizing MPI. -// \item [\texttt{ESMC_END_ABORT}] +// \item [\texttt{ESMC\_END\_ABORT}] // Abort on finalization. // \end{description} //EOP