Skip to content

Commit 7bf1027

Browse files
author
Clovis Lambert
committed
add files operator and test files names for spatial average to init and meson files
1 parent 2e5d5a7 commit 7bf1027

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

fluidsim/operators/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@
1414
op_finitediff1d
1515
op_finitediff2d
1616
coord_system3d
17+
spatial_average3d
1718
1819
"""

fluidsim/operators/meson.build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ python_sources = [
22
'__init__.py',
33
'base.py',
44
'coord_system3d.py',
5+
'spatial_average3d.py',
56
'operators0d.py',
67
'operators1d.py',
78
'operators2d.py',

fluidsim/operators/test/meson.build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ python_sources = [
33
'test_coord_system3d.py',
44
'test_operators2d.py',
55
'test_operators3d.py',
6+
'test_spatial_average3d.py',
67
]
78

89
py.install_sources(

0 commit comments

Comments
 (0)