FloatArray.st
branchjv
changeset 17780 b6e42c92eba0
parent 17772 6e0b3c06c364
child 17807 06cc6c49e291
equal deleted inserted replaced
17779:b0035fa0b6e6 17780:b6e42c92eba0
   990 ! !
   990 ! !
   991 
   991 
   992 !FloatArray class methodsFor:'documentation'!
   992 !FloatArray class methodsFor:'documentation'!
   993 
   993 
   994 version
   994 version
   995     ^ '$Id: FloatArray.st 10534 2010-07-01 18:21:34Z vranyj1 $'
   995     ^ '$Id: FloatArray.st 10544 2010-07-12 16:20:36Z vranyj1 $'
   996 !
   996 !
   997 
   997 
   998 version_CVS
   998 version_CVS
   999     ^ 'Header: /cvs/stx/stx/libbasic/FloatArray.st,v 1.26 2009/12/01 22:11:19 cg Exp ยง'
   999     ^ 'Header: /cvs/stx/stx/libbasic/FloatArray.st,v 1.26 2009/12/01 22:11:19 cg Exp '
  1000 !
  1000 !
  1001 
  1001 
  1002 version_SVN
  1002 version_SVN
  1003     ^ '$Id: FloatArray.st 10534 2010-07-01 18:21:34Z vranyj1 $'
  1003     ^ '$Id: FloatArray.st 10544 2010-07-12 16:20:36Z vranyj1 $'
  1004 ! !
  1004 ! !
  1005 
  1005 
  1006 
  1006 
       
  1007