Ignore:
Timestamp:
06/11/09 15:02:44 (16 years ago)
Author:
Mathieu Morlighem
Message:

added md as output if requested

Location:
issm/trunk/test/Verification/IceSheetNoIceFrontH2d_12
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/test/Verification/IceSheetNoIceFrontH2d_12/runme.m

    r883 r912  
    1 function runme(varargin)
     1function varargout=runme(varargin)
    22% This file can be run to check that the current version of issm is giving
    33% coherent results. This test deals with an icesheet without icefront for a 2d model. The geometry
     
    7777        end
    7878end
     79if nargout==1,
     80        varargout{1}=md;
     81end
  • issm/trunk/test/Verification/IceSheetNoIceFrontH2d_12/updatearchive.m

    r754 r912  
    1 function updatearchive(varargin)
     1function varargout=updatearchive(varargin)
    22% This file can be run to update the velocity archives  of the test1.
    33% This test deals with an icesheet without icefront for a 2d model. The geometry
     
    5656        end
    5757end
     58if nargout==1,
     59        varargout{1}=md;
     60end
Note: See TracChangeset for help on using the changeset viewer.