Changeset 515 for trunk/gui/scripts/units.tcl
- Timestamp:
- Aug 24, 2006, 10:04:28 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gui/scripts/units.tcl
r488 r515 484 484 485 485 Rappture::Units::define s -type seconds -metric yes 486 # can't use min becase tcl thinks its milli-in's 487 # Rappture::Units::define min->s {min*60.00} {s/60.00} 488 Rappture::Units::define h->s {h*3600.00} {s/3600.00} 489 Rappture::Units::define d->s {d*86400.00} {s/86400.00} 486 490 487 491 # can't put mol's in because tcl thinks its milli-ol's
Note: See TracChangeset
for help on using the changeset viewer.