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
  • ../trunk-jpl/src/m/classes/clusters/generic.m

     
    4343        end % }}}
    4444                function cluster=generic(varargin) % {{{
    4545
     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
    4653                        %use provided options to change fields
    4754                        options=pairoptions(varargin{:});
    4855
Note: See TracBrowser for help on using the repository browser.