class: Spline
authorClaus Gittinger <cg@exept.de>
Fri, 08 Feb 2013 21:45:16 +0100
changeset 2902 8b615b5c2fc4
parent 2901 31bfe7c3474d
child 2903 80af520506e8
class: Spline changed: #computeDerivatives: obsolete message removed
Spline.st
--- a/Spline.st	Fri Feb 08 21:41:17 2013 +0100
+++ b/Spline.st	Fri Feb 08 21:45:16 2013 +0100
@@ -346,7 +346,7 @@
     "/ Set up the derivative arrays.
     size := values size.
     size < 3 ifTrue: [
-        'SPLINE: not enough controlPoints' errorPrintNL. 
+        'SPLINE: not enough controlPoints' errorPrintCR. 
         ^ self
     ].
 
@@ -561,9 +561,10 @@
 !Spline class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/Spline.st,v 1.18 2010-02-24 10:09:08 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/Spline.st,v 1.19 2013-02-08 20:45:16 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic2/Spline.st,v 1.18 2010-02-24 10:09:08 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/Spline.st,v 1.19 2013-02-08 20:45:16 cg Exp $'
 ! !
+