Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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

Loading