Changeset 19205


Ignore:
Timestamp:
03/17/15 16:27:12 (10 years ago)
Author:
Mathieu Morlighem
Message:

CHG: fixed etcpath disp

File:
1 edited

Legend:

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

    r19081 r19205  
    7373                        disp(sprintf('    codepath: %s',cluster.codepath));
    7474                        disp(sprintf('    executionpath: %s',cluster.executionpath));
    75                         disp(sprintf('    etcpath: %s',cluster.executionpath));
     75                        disp(sprintf('    etcpath: %s',cluster.etcpath));
    7676                        disp(sprintf('    valgrind: %s',cluster.valgrind));
    7777                        disp(sprintf('    valgrindlib: %s',cluster.valgrindlib));
Note: See TracChangeset for help on using the changeset viewer.