diff --git a/tools/templates/f90/demo.f90 b/tools/templates/f90/demo.f90 index 528639cd7..b307b26a4 100644 --- a/tools/templates/f90/demo.f90 +++ b/tools/templates/f90/demo.f90 @@ -67,7 +67,7 @@ subroutine demo(gas, MAXSP, MAXRXNS) ! compute the equilibrium state holding the specific ! enthalpy and pressure constant - call equilibrate(gas, HP) + call equilibrate(gas, 'HP') write(*,*) 'Equilibrium state properties:' write(*,10) temperature(gas), pressure(gas), density(gas), &