source: issm/oecreview/Archive/18296-19100/ISSM-19080-19081.diff

Last change on this file was 19102, checked in by Mathieu Morlighem, 10 years ago

NEW: added 18296-19100

File size: 631 bytes
RevLine 
[19102]1Index: ../trunk-jpl/src/m/classes/clusters/generic.m
2===================================================================
3--- ../trunk-jpl/src/m/classes/clusters/generic.m (revision 19080)
4+++ ../trunk-jpl/src/m/classes/clusters/generic.m (revision 19081)
5@@ -43,6 +43,13 @@
6 end % }}}
7 function cluster=generic(varargin) % {{{
8
9+ %Change the defaults if ispc
10+ if ispc,
11+ cluster.codepath = [issmdir() '\bin'];
12+ cluster.etcpath = [issmdir() '\etc'];
13+ cluster.executionpath = [issmdir() '\execution'];
14+ end
15+
16 %use provided options to change fields
17 options=pairoptions(varargin{:});
18
Note: See TracBrowser for help on using the repository browser.