Skip to content

Commit

Permalink
git-svn-id: svn+ssh://lumo.ucsd.edu/projects/p1/svnroot/pdollar/toolb…
Browse files Browse the repository at this point in the history
…ox@5911 52fe0c90-79fe-0310-8a18-a0b98ad248f8
  • Loading branch information
pdollar committed Jul 6, 2007
1 parent c708210 commit f9253d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion external/toolboxUpdateAllInfo.m
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

for i=1:length(dirTot)
mfiles = dir([ dirTot{i}, '/*.m' ]);
dirTot{i}
disp( dirTot{i} );
for j=1:length(mfiles);
removeInfo([dirTot{i} '/' mfiles(j).name]);
insertInfo([dirTot{i} '/' mfiles(j).name]);
Expand Down

0 comments on commit f9253d3

Please sign in to comment.