mirror of
https://github.com/HongjianFang/DSurfTomo.git
synced 2025-05-06 15:11:13 +08:00
revise according to Yao
This commit is contained in:
parent
efbe223dfa
commit
2846bbf40e
2
configure
vendored
2
configure
vendored
@ -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 '--------------------------------------'
|
||||
|
@ -1,4 +1,4 @@
|
||||
CMD = SurfTomo
|
||||
CMD = DSurfTomo
|
||||
FC = gfortran
|
||||
FFLAGS = -O3 -ffixed-line-length-none -ffloat-store\
|
||||
-W -fbounds-check -m64 -mcmodel=medium
|
||||
|
Loading…
Reference in New Issue
Block a user