Changeset 23054
- Timestamp:
- 08/06/18 13:06:45 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/os/issmscpin.m
r22302 r23054 66 66 for i=1:numel(packages), 67 67 if ~exist(['./' packages{i}]), 68 error('issmscpin error message: could not call scp on *nix system');68 warning(['issmscpin error message: could not scp ' packages{i}]); 69 69 end 70 70 end
Note:
See TracChangeset
for help on using the changeset viewer.