mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-17 15:27:13 +02:00
receiver tcp interface updated
This commit is contained in:
@ -1033,7 +1033,7 @@ int multiSlsDetector::writeConfigurationFile(const std::string& fname) {
|
||||
}
|
||||
int ret = OK, ret1 = OK;
|
||||
std::ofstream outfile;
|
||||
int iline = 0;
|
||||
size_t iline = 0;
|
||||
|
||||
outfile.open(fname.c_str(), std::ios_base::out);
|
||||
if (outfile.is_open()) {
|
||||
|
Reference in New Issue
Block a user