Skip to content
Snippets Groups Projects
tsgqc.m 144 KiB
Newer Older
      rmpath( [DEFAULT_PATH_FILE filesep 'tsg_io'] );
    end
    
    % Refresh file system caches
    % --------------------------
    rehash;
    
    % clear base workspace just before quit, this is the only method
    % to clear NetCDF variables assign to base workspace with assignin
    % ----------------------------------------------------------------
    evalin('base','clear all');
    
  end % end of quitProgram