Ignore:
Timestamp:
09/06/11 09:29:52 (14 years ago)
Author:
Mathieu Morlighem
Message:

Added flaim object

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/model/addnote.m

    r1100 r9605  
    99
    1010if (nargin~=2) & (nargout~=1),
    11         addnoteusage;
    12         error(' ');
     11        help addnote
    1312end
    1413
     
    3130
    3231md.notes=newnotes;
    33 
    34 function addnoteusage()
    35 disp('addnote usage:');
    36 disp('   model=addnote(model,string)');
Note: See TracChangeset for help on using the changeset viewer.