Changeset 255


Ignore:
Timestamp:
Jun 8, 2007, 5:11:16 PM (16 years ago)
Author:
Argimiro Resende Secchi
Message:

Remove some "final" not appropriate.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/eml/types.mso

    r252 r255  
    3030constant as Real (Brief = "General Constant", Default=10, Lower=-5000, Upper=5000);
    3131positive as Real (Brief = "Positive General Constant", Default=1.0, Lower=-1e-6);
    32 negative as Real (Brief = "Negative General Constant", Default=-1.0, final Upper=1e-6);
    33 fraction as Real (Brief = "Fraction" , Default=0.5, final Lower=-1e-6, final Upper=1.00001);
     32negative as Real (Brief = "Negative General Constant", Default=-1.0, Upper=1e-6);
     33fraction as Real (Brief = "Fraction" , Default=0.5, Lower=-1e-6, Upper=1.00001);
    3434percent as Real (Brief = "Percent", Default=50, final Lower=0, final Upper=100);
    3535control_signal as Real (Brief = "Control Signal", Default=1, Lower=-1e9, Upper=1e9);
Note: See TracChangeset for help on using the changeset viewer.