Skip to content

Commit ebabeba

Browse files
committed
CI OK
1 parent 95a61d9 commit ebabeba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55

66
ext = Extension(name='subspace',
7-
sources=['comm.f90', 'filters.f90', 'covariance.f90', 'subspace.f90'],
7+
sources=['comm_legacy.f90', 'filters.f90', 'covariance.f90', 'subspace.f90'],
88
extra_link_args=['-llapack'])
99

1010
setup(ext_modules=[ext])

0 commit comments

Comments
 (0)