Skip to content

Commit

Permalink
seperate clear_main_layer function
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-urban committed Dec 11, 2024
1 parent 5db0788 commit 347e2fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ project(
'themachinethatgoesping_pingprocessing',
'cpp',
license: 'MPL-2.0',
version: '0.10.1',
version: '0.10.2',
default_options: ['warning_level=2', 'buildtype=release', 'cpp_std=c++20'],
meson_version: '>=1.3.2' #first version with clang-cl openmp support
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1013,6 +1013,8 @@ def remove_layer(self, name):

def clear_layers(self):
self.layers = {}

def clear_main_layer(self):
self.main_layer = None

def iterate_ping_data(self, keep_to_xlimits = True):
Expand Down

0 comments on commit 347e2fa

Please sign in to comment.