This commit is contained in:
2020-11-27 12:46:54 +01:00
parent e8fedfa55f
commit fd3108a61b
2 changed files with 2 additions and 1 deletions

View File

@ -102,6 +102,7 @@ void slsDetectorDefs::patternParameters::save(const std::string &fname) {
throw RuntimeError("Could not open pattern file " + fname +
" for writing");
}
std::cout << "is it really going here??" << std : endl;
std::ostringstream os;
// pattern word
for (uint32_t i = limits[0]; i <= limits[1]; ++i) {