Changeset 9566


Ignore:
Timestamp:
09/01/11 16:42:49 (14 years ago)
Author:
Mathieu Morlighem
Message:

minor

File:
1 edited

Legend:

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

    r9565 r9566  
    432432                         if isfield(structmd,'gridonnuna'), md.nodeonnuna=structmd.gridonnuna; end
    433433                         if isfield(structmd,'gridonboundary'), md.nodeonboundary=structmd.gridonboundary; end
     434                         if isfield(structmd,'petscoptions'), md.solver=structmd.petscoptions; end
    434435
    435436                         %Field changes
     
    535536                         md.solver=addoptions(md.solver,DiagnosticVertAnalysisEnum,mumpsoptions);
    536537                         md.results=struct();
     538                         md.debug=debug;
    537539
    538540
Note: See TracChangeset for help on using the changeset viewer.