Skip to content
Snippets Groups Projects
Commit 71a0e6e3 authored by Nicola Vigano's avatar Nicola Vigano
Browse files

Fixed matlab functions compilation, when checking dependencies


Signed-off-by: default avatarNicola Vigano <nicola.vigano@esrf.fr>

git-svn-id: https://svn.code.sf.net/p/dct/code/trunk@739 4c865b51-4357-4376-afb4-474e03ccb993
parent da6dd256
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ function deps = gtCheckFunctionsTimestamp(functionNames, refTstamp)
% returned
deps = {};
for itemNum = length(functionNames)
for itemNum = 1:length(functionNames)
name = functionNames{itemNum};
fileInfo = dir(name);
if (~isempty(fileInfo) && fileInfo(1).datenum > refTstamp)
......
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