Skip to content
Snippets Groups Projects
Commit adf4de4b authored by Eric Wait's avatar Eric Wait
Browse files

Not overwriting functions that already exist

parent 7b70978c
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ for i=1:length(dList)
newFile = fullfile(packagePath,dList(i).name);
if (exist(newFile,'file'))
fprintf(1,'File exist: %s\n',newFile);
%continue;
continue;
end
% get all of the lines
......
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