DoubleArray.st
branchjv
changeset 17862 8a8ae3107950
parent 17846 24edc476ac18
child 17865 598963c6ff8e
--- a/DoubleArray.st	Thu Sep 15 12:05:35 2011 +0100
+++ b/DoubleArray.st	Tue Sep 20 11:11:19 2011 +0100
@@ -9,7 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
 "{ Package: 'stx:libbasic' }"
 
 ArrayedCollection variableDoubleSubclass:#DoubleArray
@@ -83,6 +82,17 @@
 "
 ! !
 
+
+
+!DoubleArray class methodsFor:'queries'!
+
+elementByteSize
+    ^ 8
+
+    "Created: / 15-09-2011 / 14:12:46 / cg"
+! !
+
+
 !DoubleArray methodsFor:'queries'!
 
 defaultElement
@@ -92,5 +102,6 @@
 !DoubleArray class methodsFor:'documentation'!
 
 version
-    ^ '$Id: DoubleArray.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: DoubleArray.st 10690 2011-09-20 10:11:19Z vranyj1 $'
 ! !
+