Skip to content
Snippets Groups Projects
Commit e37027de authored by Martin Christoph Hierholzer's avatar Martin Christoph Hierholzer
Browse files

fix typo (and code formatting)

parent 85e0378f
No related branches found
No related tags found
No related merge requests found
......@@ -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());
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment