Skip to content
Snippets Groups Projects
Commit 30adde8a authored by jacques.grelet_ird.fr's avatar jacques.grelet_ird.fr
Browse files

addpath isn't mandatory and failed with compiled applications

if (~isdeployed)
    p = [pathsep,...
        DEFAULT_PATH_FILE,[ 'tsg_util' pathsep],...
        DEFAULT_PATH_FILE,[ 'tsg_data' pathsep],...
        DEFAULT_PATH_FILE,[ 'tsg_io'   pathsep]
        ];
    addpath( p, '-end' );
    rehash;
end
parent dd33e1d3
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment