Changeset 5755
- Timestamp:
- 09/12/10 07:55:42 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/classes/public/loadresultsfromcluster.m
r5559 r5755 11 11 [codepath,executionpath,login,port]=ClusterParameters(md.cluster,cluster_rc_location); 12 12 13 if nargin==2, 14 md.runtimename=runtimename; 15 end 13 16 14 17 if isempty(md.runtimename), 15 if nargin~=2, 16 error('supply runtime name for results to be loaded!'); 17 else 18 md.runtimename=runtimename; 19 end 18 error('supply runtime name for results to be loaded!'); 20 19 end 21 20
Note:
See TracChangeset
for help on using the changeset viewer.