mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-11 04:17:15 +02:00
This reverts commit f5745fcf18
.
This commit is contained in:
@ -11,8 +11,6 @@
|
||||
#include "tests/config.h"
|
||||
#include <string>
|
||||
|
||||
namespace sls {
|
||||
|
||||
// using namespace Catch::clara;
|
||||
using Opt = Catch::clara::Opt;
|
||||
using dt = slsDetectorDefs::detectorType;
|
||||
@ -48,10 +46,8 @@ int main(int argc, char *argv[]) {
|
||||
test::type = slsDetectorDefs::GENERIC;
|
||||
if (!test::detector_type.empty()) {
|
||||
test::type =
|
||||
StringTo<slsDetectorDefs::detectorType>(test::detector_type);
|
||||
sls::StringTo<slsDetectorDefs::detectorType>(test::detector_type);
|
||||
}
|
||||
|
||||
return session.run();
|
||||
}
|
||||
|
||||
} // namespace sls
|
||||
}
|
Reference in New Issue
Block a user