Ignore:
Timestamp:
Jan 20, 2009, 7:13:09 PM (15 years ago)
Author:
fnevgeny
Branch:
default
Phase:
public
Message:

Again forgotten to multiply percentage by 100...

File:
1 edited

Legend:

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

    r124 r126  
    435435            this.gui_M_i.setValue(this.i.getM());
    436436
    437             this.gui_P_r.setValue(this.P_r);
     437            this.gui_P_r.setValue(100*this.P_r);
    438438           
    439439            this.gui_N_r.setNumValue(this.r.getN());
Note: See TracChangeset for help on using the changeset viewer.