From d0eb3d77c64af8b68d3e784d14ebe8e5a69dd4d7 Mon Sep 17 00:00:00 2001 From: Alan Garny Date: Fri, 5 Apr 2019 12:31:14 +1300 Subject: [PATCH] Some minor cleaning up. --- src/plugins/support/SEDMLSupport/src/sedmlfile.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/plugins/support/SEDMLSupport/src/sedmlfile.cpp b/src/plugins/support/SEDMLSupport/src/sedmlfile.cpp index 8e06fb4c78..f1cb4ab826 100644 --- a/src/plugins/support/SEDMLSupport/src/sedmlfile.cpp +++ b/src/plugins/support/SEDMLSupport/src/sedmlfile.cpp @@ -529,7 +529,8 @@ bool SedmlFile::isSupported() } // Make sure that the first simulation algorithm annotation, if any, - // contains at least the kind of information we would expect + // contains at least the kind of information we would expect, i.e. + // solver properties that somehow don't have KiSAO ids annotation = firstSimulationAlgorithm->getAnnotation();