source:
issm/oecreview/Archive/18296-19100/ISSM-19080-19081.diff@
19102
Last change on this file since 19102 was 19102, checked in by , 10 years ago | |
---|---|
File size: 631 bytes |
-
../trunk-jpl/src/m/classes/clusters/generic.m
43 43 end % }}} 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{:}); 48 55
Note:
See TracBrowser
for help on using the repository browser.