Skip to content

Commit 26f6238

Browse files
authored
reverting changes
unintended commit
1 parent d792f84 commit 26f6238

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pyclaw/classic/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def configuration(parent_package='',top_path=None):
1313
['limiter.f90','philim.f90','flux2.f90','step2ds.f90','step2.f90'],f2py_options=['--quiet'])
1414

1515
config.add_extension('classic3',
16-
['limiter.f90','philim.f90','flux3.f90','step3ds.f90','step3.f90'],f2py_options=['--quiet'],extra_f90_compile_args=['-fopenmp -Warray-bounds -fcheck=all'],libraries=['gomp'])
16+
['limiter.f90','philim.f90','flux3.f90','step3ds.f90','step3.f90'],f2py_options=['--quiet'],extra_f90_compile_args=['-fopenmp'],libraries=['gomp'])
1717

1818
return config
1919

0 commit comments

Comments
 (0)