Skip to content

Commit dd57d94

Browse files
second try
1 parent f93b23e commit dd57d94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/io/saveDepolConst.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ function saveDepolConst(dbFile, depolconst, depolconstStd, ...
4848
%% insert data
4949
for iDC = 1:length(depolconst)
5050

51-
if isnan(depolconst(iDC)) || isnan(depolconstStd(iDC) || isempty(dcStartTime(iDC)) || isempty(dcStopTime(iDC)))
51+
if isnan(depolconst(iDC)) || isnan(depolconstStd(iDC) || isempty(dcStartTime) || isempty(dcStopTime))
5252
continue;
5353
end
5454

0 commit comments

Comments
 (0)