Changeset 466 for trunk


Ignore:
Timestamp:
Feb 27, 2008, 1:01:53 PM (16 years ago)
Author:
gerson bicca
Message:

fixed brief attribute in sample file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sample/miscellaneous/sample_manipulation.mso

    r182 r466  
    4747        absolute(2)     as Real  (Brief ="abs function");
    4848        maximum(2)      as Real  (Brief ="max function");
    49         minimum(2)              as Real  (Brief ="Natural log function");
    50         signal(2)       as Real  (Brief ="square root function");
    51         rounds(2)       as Real  (Brief ="square root function");
     49        minimum(2)              as Real  (Brief ="min function");
     50        signal(2)       as Real  (Brief ="sign function");
     51        rounds(2)       as Real  (Brief ="round function");
    5252       
    5353        SET
Note: See TracChangeset for help on using the changeset viewer.