Changeset 13584
- Timestamp:
- 10/10/12 13:25:52 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/classes/solver.m
r13043 r13584 98 98 else 99 99 %option with value. value can be string or scalar 100 if is scalar(optionvalue),100 if isnumeric(optionvalue), 101 101 fprintf(fid,'-%s %g\n',optionname,optionvalue); 102 102 elseif ischar(optionvalue),
Note:
See TracChangeset
for help on using the changeset viewer.