UnitConverter.st
changeset 453 0a340127d3af
parent 450 efbbe6d6c6f5
child 515 d7fedc8d697a
--- a/UnitConverter.st	Wed Oct 16 10:58:46 1996 +0200
+++ b/UnitConverter.st	Tue Oct 22 21:34:57 1996 +0200
@@ -85,12 +85,6 @@
             (UnitConverter convert:1 from:#'a4H' to:#mm)   
                                                                 [exEnd]
 "
-!
-
-history
-
-    "Created: 31.5.1996 / 13:34:29 / cg"
-    "Modified: 31.5.1996 / 14:54:34 / cg"
 ! !
 
 !UnitConverter class methodsFor:'initialization'!
@@ -538,6 +532,6 @@
 !UnitConverter class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/UnitConverter.st,v 1.6 1996-10-15 20:35:55 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/UnitConverter.st,v 1.7 1996-10-22 19:34:57 cg Exp $'
 ! !
 UnitConverter initialize!