Skip to content

Commit

Permalink
conditionally compile the chf and olf chapters based on the presence …
Browse files Browse the repository at this point in the history
…of a file
  • Loading branch information
langevin-usgs committed Dec 9, 2024
1 parent 790ab64 commit 0361ac7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/mf6io/body.tex
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,18 @@
\input{prt/prt.tex}

%CHF Model Input Instructions
\IfFileExists{develop.version}{
\newpage
\SECTION{Channel Flow (CHF) Model Input}
\input{chf/chf.tex}
}{}

%OLF Model Input Instructions
\IfFileExists{develop.version}{
\newpage
\SECTION{Overland Flow (OLF) Model Input}
\input{olf/olf.tex}
}{}

%Sparse Matrix Solution (IMS)
\newpage
Expand Down

0 comments on commit 0361ac7

Please sign in to comment.