We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 883f9b3 commit 01fd7e1Copy full SHA for 01fd7e1
3 files changed
discretize/Tests/meson.build
discretize/meson.build
@@ -8,7 +8,6 @@ python_sources = [
8
'tests.py',
9
'tree_mesh.py',
10
'unstructured_mesh.py',
11
- 'View.py',
12
]
13
14
py.install_sources(
@@ -21,4 +20,3 @@ subdir('_extensions')
21
20
subdir('mixins')
22
subdir('operators')
23
subdir('utils')
24
-subdir('Tests')
discretize/utils/meson.build
@@ -8,12 +8,6 @@ python_sources = [
'io_utils.py',
'matrix_utils.py',
'mesh_utils.py',
- 'codeutils.py',
- 'coordutils.py',
- 'curvutils.py',
- 'interputils.py',
15
- 'matutils.py',
16
- 'meshutils.py',
17
18
19
0 commit comments