Changeset 10138


Ignore:
Timestamp:
10/07/11 13:44:36 (14 years ago)
Author:
Mathieu Morlighem
Message:

m,inor

Location:
issm/trunk/src/m/utils
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/utils/Exp/exptool.m

    r8661 r10138  
    9595
    9696%Get root of newfile
    97 [path root ext ver]=fileparts(newfile);
     97[path root ext]=fileparts(newfile);
    9898
    9999%get current figure
  • issm/trunk/src/m/utils/consistency/checkfield.m

    r9862 r10138  
    114114                if any(~ismember(field2,fieldvalues)),
    115115                        checkmessage(getfieldvalue(options,'message',...
    116                                 ['field ''' fieldname ''' should have values in [' num2str(values) ']']));
     116                                ['field ''' fieldname ''' should have values in [' num2str(fieldvalues) ']']));
    117117                end
    118118        end
Note: See TracChangeset for help on using the changeset viewer.