VSEChunkFileSourceWriter.st
changeset 3769 76d2c6edac98
parent 3767 41b56b458be9
child 3784 185a1d3e4a41
--- a/VSEChunkFileSourceWriter.st	Fri Feb 06 14:01:07 2015 +0100
+++ b/VSEChunkFileSourceWriter.st	Fri Feb 06 14:03:46 2015 +0100
@@ -292,7 +292,7 @@
                             ] ifFalse:[
                                 "/ self halt:'save for Float instead of LPReal'.
                                 targetClass := Float.
-                                Transcript showCR:'- moved extension method to Float'.
+                                Transcript showCR:'- moved extension method from LimitedPrecisionReal to Float'.
                             ].
                         ].
                         "/ skip - leads to trouble
@@ -346,10 +346,10 @@
 !VSEChunkFileSourceWriter class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic3/VSEChunkFileSourceWriter.st,v 1.15 2015-02-06 13:01:02 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/VSEChunkFileSourceWriter.st,v 1.16 2015-02-06 13:03:46 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic3/VSEChunkFileSourceWriter.st,v 1.15 2015-02-06 13:01:02 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/VSEChunkFileSourceWriter.st,v 1.16 2015-02-06 13:03:46 cg Exp $'
 ! !