Ignore:
Timestamp:
May 25, 2011, 5:05:43 PM (13 years ago)
Author:
Evgeny Stambulchik <Evgeny.Stambulchik@…>
Branch:
default
Phase:
public
Message:

Added Joul to energy units. eV is the default now.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/class/pf/UnitSelector.js

    r206 r266  
    5555                au_f = pf.base.Bohr.E0;
    5656                           this.addNumItem("a.u.",            1.0);
    57                 selected = this.addNumItem("cm<sup>-1</sup>", 8065.5*au_f, true);
    58                           this.addNumItem("eV",              1.0*au_f);
     57                          this.addNumItem("cm<sup>-1</sup>", 8065.5*au_f, true);
     58                selected = this.addNumItem("eV",              1.0*au_f);
    5959                           this.addNumItem("erg",             1.6022e-12*au_f);
     60                           this.addNumItem("J",               1.6022e-19*au_f);
    6061                break;
    6162            case "pressure":
Note: See TracChangeset for help on using the changeset viewer.