Changeset 13584


Ignore:
Timestamp:
10/10/12 13:25:52 (13 years ago)
Author:
habbalf
Message:

BUG: Changed isscalar to isnumeric

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/classes/solver.m

    r13043 r13584  
    9898                                         else
    9999                                                 %option with value. value can be string or scalar
    100                                                  if isscalar(optionvalue),
     100                                                 if isnumeric(optionvalue),
    101101                                                         fprintf(fid,'-%s %g\n',optionname,optionvalue);
    102102                                                 elseif ischar(optionvalue),
Note: See TracChangeset for help on using the changeset viewer.