Changeset 34:cb2828dd336f


Ignore:
Timestamp:
Jan 6, 2008, 1:26:00 PM (17 years ago)
Author:
fnevgeny
Branch:
default
Phase:
public
Message:

Allow T_r to vary separately.

File:
1 edited

Legend:

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

    r33 r34  
    15261526                par0 = this.i.getT();
    15271527                break;
     1528            case "T_r":
     1529                par0 = this.r.getT();
     1530                break;
    15281531            case "B":
    15291532                par0 = this.B;
     
    15731576                    case "T_i":
    15741577                        this.i.setT(par);
     1578                        break;
     1579                    case "T_r":
     1580                        this.r.setT(par);
    15751581                        break;
    15761582                    case "T":
     
    16191625                this.i.setT(par0);
    16201626                break;
     1627            case "T_r":
     1628                this.r.setT(par0);
     1629                break;
    16211630            case "T":
    16221631                this.e.setT(par0);
     
    17331742            e.add(new qx.ui.form.ListItem("T_e", null, "T_e"));
    17341743            e.add(new qx.ui.form.ListItem("T_i", null, "T_i"));
     1744            e.add(new qx.ui.form.ListItem("T_r", null, "T_r"));
    17351745            e.add(new qx.ui.form.ListItem("B",   null, "B"));
    17361746            e.selectByValue("N_e");
Note: See TracChangeset for help on using the changeset viewer.