Changeset 11389
- Timestamp:
- 02/10/12 07:31:05 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/classes/solver.m
r11388 r11389 54 54 %}}} 55 55 function checkconsistency(obj,md,solution,analyses) % {{{ 56 56 for i=1:size(obj.options,1), 57 if ~ischar(obj.options{i,1}), 58 checkmessage('solver is not well formatted: Analyses are not strings'); 59 end 60 end 57 61 end % }}} 58 62 function PetscFile(solver,filename) % {{{
Note:
See TracChangeset
for help on using the changeset viewer.