mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-08-07 08:32:25 +02:00
compiling with and without root defined in makefile.include
git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@819 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
@@ -553,6 +553,11 @@ int slsReceiverFunctionList::enableDataCompression(bool enable){
|
||||
cout << "enabled" << endl;
|
||||
else
|
||||
cout << "disabled" << endl;
|
||||
#ifdef MYROOT1
|
||||
cout << " WITH ROOT" << endl;
|
||||
#else
|
||||
cout << " WITHOUT ROOT" << endl;
|
||||
#endif
|
||||
//delete filter for the current number of threads
|
||||
deleteFilter();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user