Salome HOME
Merge branch 'master' into gni/evolution
[modules/smesh.git] / src / Tools / blocFissure / gmu / construitMaillagePipe.py
index 26bd14f463717f30d2db13f63dc59a8d1cf51d31..fd85f592be7b24584f6bcbc8d97fcd6046510bdc 100644 (file)
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-# Copyright (C) 2014-2020  EDF R&D
+# Copyright (C) 2014-2021  EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -185,4 +185,8 @@ def construitMaillagePipe(gptsdisks, idisklim, nbsegCercle, nbsegRad):
                         edgesCircPipeGroup = edgesCircPipeGroup \
                         )
 
+  #if meshPipe:
+    #text = "ArrĂȘt rapide.\n"
+    #logging.info(text)
+    #raise Exception(text)
   return (meshPipe, meshPipeGroups, edgesCircPipeGroup)