Salome HOME
updated copyright message
[modules/shaper.git] / src / FeaturesPlugin / Test / TestScale2.py
index 9dedd36dda944c97158473c9ba050f675f79ef0c..e65d69b7994011cb7fd7916c9ab490090390cde3 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
@@ -47,7 +47,7 @@ checkMiddlePoint(Shape, 5, 10, 20)
 
 Scale_1.setMainObjects([model.selection("SOLID", "Sphere_1_1")])
 Shape = Scale_1.results()[0].resultSubShapePair()[0].shape()
-checkMiddlePoint(Shape, 0.0058892, 0, 0)
+checkMiddlePoint(Shape, 0, 0, 0)
 
 model.end()