revise according to Yao

This commit is contained in:
Hongjian Fang 2015-07-07 19:30:35 +08:00
parent efbe223dfa
commit 2846bbf40e
2 changed files with 2 additions and 2 deletions

2
configure vendored
View File

@ -10,7 +10,7 @@ else:
os.chdir('src')
os.system('make clean')
os.system('make')
os.system('cp SurfTomo ../bin')
os.system('cp DSurfTomo ../bin')
print '--------------------------------------'
print 'surf_tomo install over'
print '--------------------------------------'

View File

@ -1,4 +1,4 @@
CMD = SurfTomo
CMD = DSurfTomo
FC = gfortran
FFLAGS = -O3 -ffixed-line-length-none -ffloat-store\
-W -fbounds-check -m64 -mcmodel=medium