From df3900c88044a6b03ebffd93f9d8bd03690aa204 Mon Sep 17 00:00:00 2001 From: Jan Lemmer <jan.lemmer@fst.tu-darmstadt.de> Date: Tue, 22 Mar 2022 09:18:34 +0100 Subject: [PATCH] fix wrong object call --- +PlotID/@dataPath/dataPath.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/+PlotID/@dataPath/dataPath.m b/+PlotID/@dataPath/dataPath.m index 2edf934..fb18419 100644 --- a/+PlotID/@dataPath/dataPath.m +++ b/+PlotID/@dataPath/dataPath.m @@ -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 -- GitLab