Ignore:
Timestamp:
06/28/21 14:12:20 (4 years ago)
Author:
jdquinn
Message:

CHG: Translation of discover.m -> py; additional MATLAB builtin function translations; cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/classes/clusters/local.m

    r25627 r26332  
    3636                        disp(sprintf('    np: %i',cluster.np));
    3737                        disp(sprintf('    codepath: %s',cluster.codepath));
     38                        disp(sprintf('    etcpath: %s',cluster.etcpath));
    3839                        disp(sprintf('    executionpath: %s',cluster.executionpath));
    39                         disp(sprintf('    etcpath: %s',cluster.etcpath));
    4040                        disp(sprintf('    verbose: %s',cluster.verbose));
    4141                        disp(sprintf('    shell: %s',cluster.shell));
Note: See TracChangeset for help on using the changeset viewer.