Changeset 903 for branches


Ignore:
Timestamp:
Feb 15, 2010, 6:25:41 PM (14 years ago)
Author:
Rafael de Pelegrini Soares
Message:

More protected flags

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/gui/eml/streams.mso

    r902 r903  
    3838        T as temperature                (Brief = "Stream Temperature");
    3939        P as pressure                   (Brief = "Stream Pressure");
    40         h as enth_mol                   (Brief = "Stream Enthalpy");
     40        h as enth_mol                   (Brief = "Stream Enthalpy", Protected = true);
    4141        v as fraction                   (Brief = "Vapourization fraction");
    4242        z(NComp) as fraction    (Brief = "Stream Molar Fraction");
     
    130130       
    131131VARIABLES
    132         s as entr_mol   (Brief = "Stream Entropy");
     132        s as entr_mol   (Brief = "Stream Entropy", Protected = true);
    133133
    134134EQUATIONS
Note: See TracChangeset for help on using the changeset viewer.