Changeset 402


Ignore:
Timestamp:
Apr 11, 2006 12:06:03 PM (18 years ago)
Author:
dkearney
Message:

added deg and rad as valid units. no conversions are done.

File:
1 edited

Legend:

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

    r148 r402  
    483483
    484484Rappture::Units::define s -type seconds -metric yes
     485
     486#Rappture::Units::define mol -type misc -metric yes
     487
     488Rappture::Units::define deg -type angle -metric no
     489Rappture::Units::define rad -type angle -metric no
Note: See TracChangeset for help on using the changeset viewer.