mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-13 05:17:13 +02:00
WIP
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user