0024830: Remove redundant keyword 'mutable' in CDL declarations
[occt.git] / src / Law / Law_S.cdl
index a76b7a5..9e592fb 100644 (file)
@@ -21,7 +21,7 @@ class S from Law inherits BSpFunc from Law
 is
 
     Create
-    returns mutable S from Law;
+    returns S from Law;
 
        ---Purpose: Constructs an empty "S" evolution law.
     Set(me: mutable; Pdeb,Valdeb,Pfin,Valfin: Real from Standard)