Changeset 2207


Ignore:
Timestamp:
09/11/09 09:26:20 (15 years ago)
Author:
Eric.Larour
Message:

Allow failure without erroring out an entire solution sequence.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/utils/OS/scpin.m

    r2101 r2207  
    2424
    2525    for i=1:numel(packages),
    26                 copyfile([path '/' packages{i}]);
     26                success=copyfile([path '/' packages{i}]); %keep going, even if success=0
    2727        end
    2828
Note: See TracChangeset for help on using the changeset viewer.