1111from . import _generic_mesh
1212
1313
14- # ##############################################################
15- # ##############################################################
16- # Main
17- # ##############################################################
14+ # ######################################################
15+ # ######################################################
16+ # Main
17+ # ######################################################
1818
1919
2020def sample_mesh (
@@ -151,10 +151,10 @@ def sample_mesh(
151151 return ddata
152152
153153
154- # ##################################################################
155- # ##################################################################
156- # checks
157- # ##################################################################
154+ # ##########################################################
155+ # ##########################################################
156+ # checks
157+ # ##########################################################
158158
159159
160160def _check (
@@ -500,10 +500,10 @@ def _sample_1d(
500500 return xx
501501
502502
503- # ##################################################################
504- # ##################################################################
505- # sample 2d
506- # ##################################################################
503+ # #########################################################
504+ # #########################################################
505+ # sample 2d
506+ # #########################################################
507507
508508
509509def _sample_2d (
@@ -767,4 +767,4 @@ def _store(coll=None, dref=None, ddata=None):
767767
768768 # ddata
769769 for k0 , v0 in ddata .items ():
770- coll .add_data (** v0 )
770+ coll .add_data (** v0 )
0 commit comments