Skip to content

Commit

Permalink
Added custom rate file for the new stoichiometry test from a recent u…
Browse files Browse the repository at this point in the history
…pdate
  • Loading branch information
AlfredMayhew committed Jan 11, 2024
1 parent 6612b54 commit 53e209d
Showing 1 changed file with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
! ******************************************************************** !
! ATCHEM2 -- MODULE customRateFunctions
!
! This module contains user-defined functions that can be referenced
! in the mechanism file
! ******************************************************************** !
module custom_functions_mod
implicit none

contains

!Define your functions here.

end module custom_functions_mod

0 comments on commit 53e209d

Please sign in to comment.