Changeset 488 for trunk


Ignore:
Timestamp:
Jul 16, 2006 1:34:34 AM (18 years ago)
Author:
dkearney
Message:

removed mols because they don't really work. tcl still thinks
mol=milli-ol's. added /m2 to satisfy ticket #140 in the rappture project

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/scripts/units.tcl

    r487 r488  
    472472
    473473Rappture::Units::define /m3 -type density -metric yes
     474Rappture::Units::define /m2 -type misc -metric yes
    474475
    475476Rappture::Units::define C -type temperature -metric no
     
    484485Rappture::Units::define s -type seconds -metric yes
    485486
    486 Rappture::Units::define mol -type misc -metric yes
     487# can't put mol's in because tcl thinks its milli-ol's
     488# Rappture::Units::define mol -type misc -metric yes
    487489Rappture::Units::define Hz -type misc -metric yes
    488490Rappture::Units::define Bq -type misc -metric yes
Note: See TracChangeset for help on using the changeset viewer.