##// END OF EJS Templates
setup.py correction
rflores -
r1603:55c7c6c2b453
parent child
Show More
@@ -165,7 +165,7 setup(name='schainpy',
165 165 "schainf/Ffiles/pythag.f",
166 166 "schainf/Ffiles/tql1.f",
167 167 "schainf/Ffiles/tred1.f"],
168 extra_f77_compile_args=["-fallow-argument-mismatch"]),
168 extra_f77_compile_args=["-fallow-argument-mismatch"]),
169 169 Extension("schainpy.model.proc.fitacf_fit_short",
170 170 sources = [
171 171 "schainf/Ffiles/fitacf_fit_short.pyf",
@@ -209,8 +209,8 setup(name='schainpy',
209 209 "schainf/Ffiles/tql2.f",
210 210 "schainf/Ffiles/tred1.f",
211 211 "schainf/Ffiles/tred2.f",
212 "schainf/Ffiles/zeta.f",
213 extra_f77_compile_args=["-fallow-argument-mismatch"])
212 "schainf/Ffiles/zeta.f"],
213 extra_f77_compile_args=["-fallow-argument-mismatch"])
214 214 ]
215 215 )
216 216
General Comments 0
You need to be logged in to leave comments. Login now