Changeset 19081
- Timestamp:
- 02/03/15 13:11:59 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/classes/clusters/generic.m
r19040 r19081 44 44 function cluster=generic(varargin) % {{{ 45 45 46 %Change the defaults if ispc 47 if ispc, 48 cluster.codepath = [issmdir() '\bin']; 49 cluster.etcpath = [issmdir() '\etc']; 50 cluster.executionpath = [issmdir() '\execution']; 51 end 52 46 53 %use provided options to change fields 47 54 options=pairoptions(varargin{:});
Note:
See TracChangeset
for help on using the changeset viewer.