Skip to content

Commit

Permalink
Merge pull request #14094 from cxp484/master
Browse files Browse the repository at this point in the history
FDS Manuals: Fix errors in chem.f90 for doxygen.
  • Loading branch information
cxp484 authored Jan 21, 2025
2 parents c9655cc + 2a190a8 commit 0079193
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Source/chem.f90
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
!> \brief CVODE interface for detailed chemistry calculation
! CALL CVODE FOR SOLVING CHEMISTRY
! THE DERIVATIVE AND JACOBIAN FUNCTION TRACK N_TRACKED_SPECIES+2
! VARIABLES. THE +2 IS TEMPERATURE AND PRESSURE.


!> @cond DOXYGEN_IGNORE
#ifdef WITH_SUNDIALS
!> @endcond


MODULE CVODE_INTERFACE

Expand Down Expand Up @@ -941,4 +944,7 @@ SUBROUTINE CVODESTATS(CVODE_MEM)
END SUBROUTINE CVODESTATS

END MODULE CVODE_INTERFACE
!> @cond DOXYGEN_IGNORE
#endif
!> @endcond

0 comments on commit 0079193

Please sign in to comment.