Changeset 14596


Ignore:
Timestamp:
04/16/13 09:31:12 (12 years ago)
Author:
Mathieu Morlighem
Message:

CHG: do not output md for consistency between m and py

Location:
issm/trunk-jpl/test/NightlyRun
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/test/NightlyRun/runme.m

    r14179 r14596  
    2121%      'procedure'     'check' : run the test (default)
    2222%                      'update': update the archive
    23 %                      'model' : prepare the model but no test is run
    2423%
    2524%   Usage:
    26 %      md=runme(varargin);
     25%      runme(varargin);
    2726%
    2827%   Examples:
    2928%      runme;
    3029%      runme('exclude',101);
    31 %      md=runme('id',102,'procedure','model');
     30%      runme('id',102,'procedure','update');
    3231
    3332%Get ISSM_DIR variable
     
    217216        end
    218217end
    219 
    220 %output md if requested
    221 if nargout==1
    222         varargout{1}=md;
    223 end
  • issm/trunk-jpl/test/NightlyRun/runme.py

    r14371 r14596  
    3232 
    3333            Usage:
    34                md=runme(varargin);
     34               runme(varargin);
    3535 
    3636            Examples:
    3737               runme()
    3838               runme(exclude=101)
    39                md=runme(id=102,procedure='update')
     39               runme(id=102,procedure='update')
    4040        """
    4141
     
    236236                                raise RuntimeError(me)
    237237
    238 #       #output md if requested
    239 #       if nargout==1
    240 #               varargout{1}=md;
    241 #       end
    242 
    243238        return
    244239
Note: See TracChangeset for help on using the changeset viewer.