Ignore:
Timestamp:
Mar 15, 2007, 10:11:56 PM (17 years ago)
Author:
Argimiro Resende Secchi
Message:

Remove some warnings from samples.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/newlanguage/sample/miscellaneous/sample_if_tanh.mso

    r182 r217  
    3636        A = 10*xif + 5*xelse;
    3737
    38         xif = (1 + tanh(B * (time - 3)))/2;
    39         xelse = (1 - tanh(B * (time - 3)))/2;
     38        xif = (1 + tanh(B * (time/'s' - 3)))/2;
     39        xelse = (1 - tanh(B * (time/'s' - 3)))/2;
    4040       
    4141        SET
Note: See TracChangeset for help on using the changeset viewer.