*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Sun, 04 May 2003 19:10:57 +0200
changeset 1191 f527b4561175
parent 1190 82af4e7d6723
child 1192 27c5d5ea5969
*** empty log message ***
ReindexedCollection.st
--- a/ReindexedCollection.st	Sun May 04 19:09:14 2003 +0200
+++ b/ReindexedCollection.st	Sun May 04 19:10:57 2003 +0200
@@ -21,6 +21,12 @@
         sequence        <SequenceableCollection>        the sequence that will be reindexed.
         interval        <Interval>      the object that describes indicies of interest in the sequence.
 
+    [Origin:]
+        Part of the Engineering Math Goodies package from Travis.
+    
+    [Author:]
+        Travis Griggs (tgriggs@keyww.com or tkc@bmi.net)
+        Ported from Squeak by Claus Gittinger (not much of a port, though)
 "
 !
 
@@ -199,5 +205,5 @@
 !ReindexedCollection class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/ReindexedCollection.st,v 1.1 2003-05-04 17:09:14 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/ReindexedCollection.st,v 1.2 2003-05-04 17:10:57 cg Exp $'
 ! !