From 52716fadf14fbc0ccbbbb75a3122a5f83ddf3143 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hauke=20Kr=C3=BCger?= Date: Thu, 15 Feb 2024 10:18:41 +0100 Subject: [PATCH] Minor comment --- .../jvxLexternalCall/include/CjvxMexCallsProfileTpl.h | 1 + 1 file changed, 1 insertion(+) diff --git a/sources/jvxLibraries/jvxLexternalCall/include/CjvxMexCallsProfileTpl.h b/sources/jvxLibraries/jvxLexternalCall/include/CjvxMexCallsProfileTpl.h index 4f9fe71c..f0c5aa5b 100644 --- a/sources/jvxLibraries/jvxLexternalCall/include/CjvxMexCallsProfileTpl.h +++ b/sources/jvxLibraries/jvxLexternalCall/include/CjvxMexCallsProfileTpl.h @@ -120,6 +120,7 @@ class CjvxMexCallsProfileTpl : public CjvxMexCallsTpl, public CjvxMexCallsPro // Pass control to Matlab processing // Check if checkbox in Matlab processing was checked + // The checkbox can be activated/deactivated while processing!! if (_theExtCallHandler) { CjvxMexCalls::is_matlab_processing_engaged(&engaged);