Skip to content

Commit 01fd7e1

Browse files
committed
remove references to removed scripts
1 parent 883f9b3 commit 01fd7e1

3 files changed

Lines changed: 0 additions & 17 deletions

File tree

discretize/Tests/meson.build

Lines changed: 0 additions & 9 deletions
This file was deleted.

discretize/meson.build

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ python_sources = [
88
'tests.py',
99
'tree_mesh.py',
1010
'unstructured_mesh.py',
11-
'View.py',
1211
]
1312

1413
py.install_sources(
@@ -21,4 +20,3 @@ subdir('_extensions')
2120
subdir('mixins')
2221
subdir('operators')
2322
subdir('utils')
24-
subdir('Tests')

discretize/utils/meson.build

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,6 @@ python_sources = [
88
'io_utils.py',
99
'matrix_utils.py',
1010
'mesh_utils.py',
11-
'codeutils.py',
12-
'coordutils.py',
13-
'curvutils.py',
14-
'interputils.py',
15-
'matutils.py',
16-
'meshutils.py',
1711
]
1812

1913
py.install_sources(

0 commit comments

Comments
 (0)