Rev | Line | |
---|
[19102] | 1 | Index: ../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.