Salome HOME
updated copyright message
[modules/shaper.git] / src / FeaturesPlugin / Test / TestRevolutionFuse_ThroughAll.py
index 2f1d34213091b9a2db645257f16f29bb4e851288..d4af62a647dd7b9e48e0617596a23861ee4c20c9 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2019  CEA/DEN, EDF R&D
+# Copyright (C) 2018-2023  CEA, EDF
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -53,7 +53,7 @@ RevolutionFuse_1.setNestedSketch(Sketch_1)
 model.do()
 
 Shape = RevolutionFuse_1.results()[0].resultSubShapePair()[0].shape()
-checkMiddlePoint(Shape, 7.01705635, 5.0, 7.01705635)
+checkMiddlePoint(Shape, 6.3892968486, 5.0, 6.3892968486)
 
 model.end()