[LON-CAPA-cvs] cvs: loncom /homework capa.units
albertel
lon-capa-cvs@mail.lon-capa.org
Tue, 06 Apr 2004 19:01:19 -0000
albertel Tue Apr 6 15:01:19 2004 EDT
Modified files:
/loncom/homework capa.units
Log:
- need to define the derived unit _before_ we use it to define another derived unit.
Index: loncom/homework/capa.units
diff -u loncom/homework/capa.units:1.11 loncom/homework/capa.units:1.12
--- loncom/homework/capa.units:1.11 Mon May 19 18:16:51 2003
+++ loncom/homework/capa.units Tue Apr 6 15:01:19 2004
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Physical Unit definitions
#
-# $Id: capa.units,v 1.11 2003/05/19 22:16:51 albertel Exp $
+# $Id: capa.units,v 1.12 2004/04/06 19:01:19 albertel Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -75,12 +75,12 @@
<<Derived Unit>>
gram g 0.001 kg # mass
+minute min 60 s # time
+hour hr 3600. s # time
+hour h 3600. s # time
day day 24.0 hr # time
day days 24.0 hr # time
year yr 365.24 day # time
-hour hr 3600. s # time
-hour h 3600. s # time
-minute min 60 s # time
pound lb 0.45359237 kg # mass
ounce oz 2.83495E-2 kg # mass
inch in 2.54 cm # length