Changeset 22949


Ignore:
Timestamp:
07/13/18 21:12:07 (7 years ago)
Author:
Mathieu Morlighem
Message:

CHG: fixing NR test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/solve/loadresultsfromcluster.m

    r22942 r22949  
    44%   Usage:
    55%      md=loadresultsfromcluster(md,varargin);
    6 %      options include runtimename and nolog.
     6%      options include:
     7%         - runtimename
     8%         - nolog.
    79
    810%process options:
    911options=pairoptions(varargin{:});
    1012nolog=getfieldvalue(options,'nolog',0);
     13md.private.runtimename = getfieldvalue(options,'runtimename',md.private.runtimename)
    1114
    1215%retrieve cluster, to be able to call its methods
    1316cluster=md.cluster;
    14 
    15 if exist(options,'runtimename'),
    16         md.private.runtimename=getfieldvalue(optoins,'runtimename');
    17 end
    1817
    1918%Download outputs from the cluster
Note: See TracChangeset for help on using the changeset viewer.