mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 01:58:00 +02:00
basename for hdf5 fixes
This commit is contained in:
@ -14,8 +14,9 @@
|
||||
using namespace H5;
|
||||
#endif
|
||||
#include "sls_receiver_defs.h"
|
||||
#include "logger.h"
|
||||
|
||||
|
||||
#include <iostream>
|
||||
#include <string>
|
||||
#include <iomanip>
|
||||
#include <stdlib.h> //malloc
|
||||
@ -646,7 +647,7 @@ public:
|
||||
FILE_LOG(logERROR) << "unknown datatype";
|
||||
return 1;
|
||||
}
|
||||
FILE_LOG(logINFO) << "owenable:" << owenable?1:0 << endl
|
||||
FILE_LOG(logINFO) << "owenable:" << (owenable?1:0) << endl
|
||||
<< "oldFileName:" << oldFileName << endl
|
||||
<< "oldDatasetName:" << oldDatasetName << endl
|
||||
<< "newFileName:" << newFileName << endl
|
||||
|
@ -1,11 +1,11 @@
|
||||
//#define SVNPATH ""
|
||||
#define SVNURL "git@git.psi.ch:sls_detectors_software/sls_receiver_software.git"
|
||||
//#define SVNREPPATH ""
|
||||
#define SVNREPUUID "0f98b8580c70f3866bc904033a65a269a6edd39c"
|
||||
//#define SVNREV 0x611
|
||||
#define SVNREPUUID "b915d8978354e41020084bc2c3e770f46574277a"
|
||||
//#define SVNREV 0x612
|
||||
//#define SVNKIND ""
|
||||
//#define SVNSCHED ""
|
||||
#define SVNAUTH "Dhanya_Maliakal"
|
||||
#define SVNREV 0x611
|
||||
#define SVNDATE 0x20170726
|
||||
#define SVNREV 0x612
|
||||
#define SVNDATE 0x20170727
|
||||
//
|
||||
|
Reference in New Issue
Block a user