Ignore:
Timestamp:
Nov 26, 2009, 4:11:10 PM (15 years ago)
Author:
fnevgeny
Branch:
default
Phase:
public
Message:

getFermiEnergy is now a wrapper for a Thermo method.

File:
1 edited

Legend:

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

    r131 r134  
    701701        getFermiEnergy : function()
    702702        {
    703             return 2.94128e-11*Math.pow(this.e.getN(), 2/3);
     703            return pf.base.Thermo.fermiEnergy(this.e.getN());
    704704        },
    705705       
Note: See TracChangeset for help on using the changeset viewer.