fixed rhot print in central ray output (fort.4)

This commit is contained in:
Lorenzo Figini 2017-02-10 10:41:24 +00:00
parent 88705d8231
commit 4c508f0943

View File

@ -14,7 +14,7 @@ vpath %.f src
# Fortran compiler name and flags
FC=gfortran
FFLAGS=-O3 #-Wall -g -fcheck=all
FFLAGS=-Wall -g -fcheck=all
DIRECTIVES = -DREVISION="'$(shell svnversion src)'"