https://github.com/alphaparrot/ExoPlaSim
Revision 2a28a2e1c06544420fc9ea806a4c83ff758121c5 authored by Frank on 20 February 2015, 09:43:33 UTC, committed by Frank on 20 February 2015, 09:43:33 UTC
bug fix in rainmod: zrhbeta -> rhbeta

this bug should not have been a big problem in most cases, since rhbeta=0.
in the standard version. 

1 parent c22a3e6
Raw File
Tip revision: 2a28a2e1c06544420fc9ea806a4c83ff758121c5 authored by Frank on 20 February 2015, 09:43:33 UTC
Larry 20.2.15:
Tip revision: 2a28a2e
makecheck
All:	f90check.x cc_check.x

f90check.x:	f90check.f90
	${MOST_F90} -o f90check.x f90check.f90

cc_check.x:	cc_check.c
	${MOST_CC} -o cc_check.x cc_check.c
back to top