mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 01:58:00 +02:00
clang-format
This commit is contained in:
3
slsSupportLib/include/sls/string_utils.h
Executable file → Normal file
3
slsSupportLib/include/sls/string_utils.h
Executable file → Normal file
@ -52,6 +52,5 @@ std::vector<std::string> split(const std::string &strToSplit, char delimeter);
|
||||
|
||||
std::string RemoveUnit(std::string &str);
|
||||
|
||||
bool is_int(const std::string& s);
|
||||
bool is_int(const std::string &s);
|
||||
} // namespace sls
|
||||
|
||||
|
@ -1,12 +1,12 @@
|
||||
/** API versions */
|
||||
#define GITBRANCH "5.0.0"
|
||||
#define APICTB 0x201117
|
||||
#define APIGOTTHARD 0x201117
|
||||
#define GITBRANCH "5.0.0"
|
||||
#define APICTB 0x201117
|
||||
#define APIGOTTHARD 0x201117
|
||||
#define APIGOTTHARD2 0x201117
|
||||
#define APIJUNGFRAU 0x201117
|
||||
#define APIMYTHEN3 0x201117
|
||||
#define APIMOENCH 0x201117
|
||||
#define APIEIGER 0x201117
|
||||
#define APILIB 0x201118
|
||||
#define APIRECEIVER 0x201118
|
||||
#define APIGUI 0x201118
|
||||
#define APIJUNGFRAU 0x201117
|
||||
#define APIMYTHEN3 0x201117
|
||||
#define APIMOENCH 0x201117
|
||||
#define APIEIGER 0x201117
|
||||
#define APILIB 0x201118
|
||||
#define APIRECEIVER 0x201118
|
||||
#define APIGUI 0x201118
|
||||
|
Reference in New Issue
Block a user