*** empty log message ***

This commit is contained in:
Dave Goodwin
2007-02-11 17:08:36 +00:00
parent 69a9a20eb8
commit 7952863967

View File

@@ -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), &