File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -143,8 +143,8 @@ def _reorder(t, tc=None):
143
143
144
144
if tc is not None :
145
145
#reordone les bases, sinon souci potentiel en MPi si ordre base != entre proc
146
- Internal ._sortByName (tc ,recursive = False )
147
- Internal ._sortByName (t , recursive = False )
146
+ # Internal._sortByName(tc,recursive=False)
147
+ # Internal._sortByName(t, recursive=False)
148
148
149
149
#reordone les zones de tc par taille decroissante dans chaque base pour optim openmp
150
150
bases_tc = Internal .getNodesFromType1 (tc , 'CGNSBase_t' )
@@ -180,7 +180,7 @@ def _reorder(t, tc=None):
180
180
bases = Internal .getNodesFromType1 (t , 'CGNSBase_t' )
181
181
for base in bases :
182
182
183
- zones = Internal .getNodesFromType1 (base ,'Zone_t' )
183
+ zones = Internal .getNodesFromType1 (base , 'Zone_t' )
184
184
185
185
#on cherche le matching entre base t et tc
186
186
c = 0
You can’t perform that action at this time.
0 commit comments