We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95a61d9 commit ebabebaCopy full SHA for ebabeba
setup.py
@@ -4,7 +4,7 @@
4
5
6
ext = Extension(name='subspace',
7
- sources=['comm.f90', 'filters.f90', 'covariance.f90', 'subspace.f90'],
+ sources=['comm_legacy.f90', 'filters.f90', 'covariance.f90', 'subspace.f90'],
8
extra_link_args=['-llapack'])
9
10
setup(ext_modules=[ext])
0 commit comments