Skip to content

Commit

Permalink
Fix a Latex typo, making sure to properly end a local tt environment.
Browse files Browse the repository at this point in the history
Improve local doc build dependency specification.
  • Loading branch information
theurich committed Oct 31, 2023
1 parent 3c8fcf0 commit d57b32f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Infrastructure/XGrid/doc/XGrid_cdesc.tex
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
a complete geometrical description of the exchange grid.

Once an {\tt ESMC\_XGrid} has been created, information describing it (e.g. cell areas, mesh representation, etc.)
can be retrieved from the object using a set of get calls (e.g. {\tt ESMC\_XGridGetElementArea()). The full extent of these
can be retrieved from the object using a set of get calls (e.g. {\tt ESMC\_XGridGetElementArea()}). The full extent of these
can be found in the API section below.
2 changes: 1 addition & 1 deletion src/Infrastructure/XGrid/doc/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ TEXFILES_TO_MAKE += $(addsuffix _fapi.tex, $(basename $(notdir $(wildcard ../exa
# These lists almost certainly will not be an exhaustive list of
# all of the dependent files, but even a partial listing will be helpful.
#
REFDOC_DEP_FILES = $(TEXFILES_TO_MAKE) XGrid_desc.tex XGrid_implnotes.tex XGrid_options.tex XGrid_rest.tex
REFDOC_DEP_FILES = $(TEXFILES_TO_MAKE) XGrid_desc.tex XGrid_implnotes.tex XGrid_options.tex XGrid_rest.tex XGrid_cdesc.tex

include $(ESMF_DIR)/makefile

Expand Down

0 comments on commit d57b32f

Please sign in to comment.