mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-02-16 08:48:41 +01:00
default filepath is now an empty string, SetupWriter will throw an error if path not set (#1133)
Co-authored-by: Dhanya Thattil <dhanya.thattil@psi.ch>
This commit is contained in:
@@ -314,7 +314,7 @@ class Implementation : private virtual slsDetectorDefs {
|
||||
|
||||
// file parameters
|
||||
fileFormat fileFormatType{BINARY};
|
||||
std::string filePath{"/"};
|
||||
std::string filePath{};
|
||||
std::string fileName{"run"};
|
||||
uint64_t fileIndex{0};
|
||||
bool fileWriteEnable{false};
|
||||
|
||||
Reference in New Issue
Block a user