Changeset 2540


Ignore:
Timestamp:
10/26/09 17:02:23 (15 years ago)
Author:
Mathieu Morlighem
Message:

Now solve.m saves the model as is in the workspace just before calling soleparallel so that if the user kill waitonlock, it still has md.analysis_type and sub_analysis_type as enum and not as string. loadresultsfromcluster can hence be called even if waitonlock has been broken

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/classes/public/solve.m

    r2398 r2540  
    3939        md=preqmu(md,options);
    4040end
     41
     42%Save model as is (in case of a crash)
     43assignin('base',inputname(1),md);
     44
    4145displaystring(md.verbose,'\n%s\n','launching solution sequence');
    4246
Note: See TracChangeset for help on using the changeset viewer.