Skip to content

Commit

Permalink
Fix LaTeX issues in BOP/EOP section.
Browse files Browse the repository at this point in the history
  • Loading branch information
theurich committed May 13, 2024
1 parent 3d76dff commit a8d1e7b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Superstructure/ESMFMod/include/ESMC_Init.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a8d1e7b

Please sign in to comment.