Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
PlotID
plotID_matlab
Commits
df3900c8
Commit
df3900c8
authored
Mar 22, 2022
by
Lemmer, Jan
Browse files
fix wrong object call
parent
5ef10ae3
Pipeline
#671910
passed with stage
in 52 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
+PlotID/@dataPath/dataPath.m
View file @
df3900c8
...
...
@@ -59,7 +59,7 @@ classdef dataPath < handle
%checks if input is a valid DataPath object
tf
=
~
isfile
(
obj
.
DataPaths
);
if
any
(
tf
)
dataPath
.
throwError
();
obj
.
throwError
();
end
end
end
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment