Salome HOME
mise en place des tests
[modules/smesh.git] / src / Tools / blocFissure / exemple.py
index 1cc04aa27ec2ceedb9fd17e6577c220ede44c0fe..ed4e6a88437ae2f23528935d7dd1957687a453fd 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
@@ -28,8 +28,8 @@ from blocFissure.gmu.casStandard import casStandard
 
 dicoParams = dict(nomCas            = "angleCube",
                   maillageSain      = os.path.join(gmu.pathBloc, "materielCasTests", "CubeAngle.med"),
-                  brepFaceFissure   = os.path.join(gmu.pathBloc, "materielCasTests", "CubeAngleFiss.brep"),
-                  edgeFissIds       = [4],
+                  CAOFaceFissure    = os.path.join(gmu.pathBloc, "materielCasTests", "CubeAngleFiss.brep"),
+                  edgeFiss          = [4],
                   lgInfluence       = 20,
                   meshBrep          = (5,10),
                   rayonPipe         = 5,