From e37027de294cd6b4b601645d9d18aea911dc0db2 Mon Sep 17 00:00:00 2001 From: Martin Hierholzer <martin.hierholzer@desy.de> Date: Fri, 20 Nov 2020 12:32:17 +0100 Subject: [PATCH] fix typo (and code formatting) --- include/DoocsProcessArray.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/DoocsProcessArray.h b/include/DoocsProcessArray.h index fdcf999..02dd890 100644 --- a/include/DoocsProcessArray.h +++ b/include/DoocsProcessArray.h @@ -37,8 +37,7 @@ namespace ChimeraTK { s << "Error: The selected DOOCS data type for the variable '" << processArray->getName() << "' " << "(mapped to the DOOCS name '" << doocsPropertyName << "') seems not to support the requested length of " << processArray->getNumberOfSamples() << " since the DOOCS property has a length of " << this->length() - << ". Try selectin a different DOOCS type in the mappng XML file, e.g. " - "a D_spectrum!"; + << ". Try selecting a different DOOCS type in the mappng XML file, e.g. a D_spectrum!"; throw ChimeraTK::logic_error(s.str()); } } -- GitLab