Commit 4d1f551b authored by Jay Dubb's avatar Jay Dubb
Browse files

v1.23.4

-- Move generic utility functions from root to Utils folder and delete redundant file.
parent c640e89a
Loading
Loading
Loading
Loading
+0 −0

File moved.

+0 −0

File moved.

+0 −0

File moved.

cd_safe.m

deleted100644 → 0
+0 −9
Original line number Diff line number Diff line
function cd_safe(dirname)

if exist(dirname, 'dir') == 7
    try
        cd(dirname);
    catch
        ;
    end
end
 No newline at end of file