Skip to content

Commit 82b0071

Browse files
committed
Update documentation for 2.11
Update documentation for 2.11 Fix latex error in MCTWorld:initm
1 parent ff7c890 commit 82b0071

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

README

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,3 +193,4 @@ Optional Contents available
193193
16 Dec, 2012 -- version 2.8.3
194194
19 Jun, 2015 -- version 2.9.0
195195
19 Apr, 2018 -- version 2.10.0
196+
11 Feb, 2021 -- version 2.11.0

doc/mct_APIs.tex

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,16 @@
4444
%%%
4545
%%% Enter your title below (after deleting mine)
4646
%%%
47-
The Model Coupling Toolkit API Reference Manual: MCT v. 2.10
47+
The Model Coupling Toolkit API Reference Manual: MCT v. 2.11
4848
\\ } %%% IMPORTANT: Keep this \\ before the }
4949
\end{sloppypar}
5050

5151
%%%
5252
%%% Author names and affiliations go below, follow example
5353
%%%
5454
\vspace{.3in}
55-
\noindent J.~W.~Larson\\
56-
R.~L.~Jacob\\
55+
\noindent R.~L.~Jacob\\
56+
J.~W.~Larson\\
5757
E.~Ong\\
5858
R.~Loy\\
5959
\vspace{.2in} {\em Mathematics and Computer Science Division,
@@ -158,6 +158,8 @@
158158
\\\hline
159159
Version 2.10.0 & Apr 19, 2018 & 2.10.0 Version &
160160
\\\hline
161+
Version 2.11.0 & Feb 11, 2021 & 2.11.0 Version &
162+
\\\hline
161163
\end{tabular}
162164
\end{center}
163165

mct/m_MCTWorld.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ end subroutine initd_
482482
!
483483
! !DESCRIPTION:
484484
! Initialize MCTWorld using information valid only on the global root.
485-
! This is called by initm_ but could also be called by the user
485+
! This is called by initm\_ but could also be called by the user
486486
! for very complex model--processor geometries.
487487
!
488488
! !INTERFACE:

0 commit comments

Comments
 (0)