changes including warnings and zmq

This commit is contained in:
Dhanya Maliakal
2017-05-04 17:52:58 +02:00
parent 49b4ae2f56
commit a1fc93b398
4 changed files with 27 additions and 29 deletions

View File

@ -164,7 +164,7 @@ public:
* Print all variables
*/
virtual void Print() const {
string temp = slsReceiverDefs::getDetectorType(myDetectorType);
std::string temp = slsReceiverDefs::getDetectorType(myDetectorType);
printf("\n\nDetector Data Variables:\n");
printf( "myDetectorType:%s\n"
"Pixels X: %d\n"