We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f93b23e commit dd57d94Copy full SHA for dd57d94
1 file changed
lib/io/saveDepolConst.m
@@ -48,7 +48,7 @@ function saveDepolConst(dbFile, depolconst, depolconstStd, ...
48
%% insert data
49
for iDC = 1:length(depolconst)
50
51
- if isnan(depolconst(iDC)) || isnan(depolconstStd(iDC) || isempty(dcStartTime(iDC)) || isempty(dcStopTime(iDC)))
+ if isnan(depolconst(iDC)) || isnan(depolconstStd(iDC) || isempty(dcStartTime) || isempty(dcStopTime))
52
continue;
53
end
54
0 commit comments