DoubleArray.st
changeset 627 0a9e18feab08
parent 565 4f64b1faa6e2
child 1263 92c1db6b0776
equal deleted inserted replaced
626:f359cb7eba58 627:0a9e18feab08
    65     Of course, DoubleArray can be subclasses and named instance variables
    65     Of course, DoubleArray can be subclasses and named instance variables
    66     be added.
    66     be added.
    67 
    67 
    68     See example uses in the GLX interface and GLDemos.
    68     See example uses in the GLX interface and GLDemos.
    69 "
    69 "
    70 !
    70 ! !
       
    71 
       
    72 !DoubleArray class methodsFor:'documentation'!
    71 
    73 
    72 version
    74 version
    73     ^ '$Header: /cvs/stx/stx/libbasic/DoubleArray.st,v 1.12 1995-11-15 19:36:13 cg Exp $'
    75     ^ '$Header: /cvs/stx/stx/libbasic/DoubleArray.st,v 1.13 1995-11-23 16:59:58 cg Exp $'
    74 ! !
    76 ! !
    75