HalfFloatArray.st
changeset 3305 431660ac51d0
parent 3304 3e8969a01089
child 3335 deeaf91b9227
--- a/HalfFloatArray.st	Wed Jun 25 18:58:13 2014 +0200
+++ b/HalfFloatArray.st	Wed Jun 25 18:58:24 2014 +0200
@@ -161,8 +161,6 @@
     or doubles. When accessing a HalfFloatArray's element via getters/setters,
     shortFloat (i.e. single precision 32bit floats) are exchanged.
 
-.
-
     Be aware that the numeric range of a half-float is very very limited.
 
     [memory requirements:]
@@ -248,7 +246,11 @@
 
 !HalfFloatArray class methodsFor:'documentation'!
 
+version
+    ^ '$Header: /cvs/stx/stx/libbasic2/HalfFloatArray.st,v 1.6 2014-06-25 16:58:24 cg Exp $'
+!
+
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic2/HalfFloatArray.st,v 1.5 2014-06-25 16:58:13 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/HalfFloatArray.st,v 1.6 2014-06-25 16:58:24 cg Exp $'
 ! !