mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-23 06:50:02 +02:00
remove cout
This commit is contained in:
parent
a4dfa6165a
commit
041bfc8992
@ -268,7 +268,7 @@ public:
|
||||
|
||||
header_t = (eiger_packet_header_t*)((char*)(data +(dataMap[newiy][newix]-8)));
|
||||
if(*( (uint16_t*) header_t->missingpacket)==0xFFFF){
|
||||
cprintf(RED,"missing packet\n");
|
||||
// cprintf(RED,"missing packet\n");
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
@ -6,3 +6,5 @@ ROOTINCLUDE=$(ROOTSYS)/include
|
||||
energyCalibration.o: energyCalibration.cpp
|
||||
$(CC) $(CFLAGS) energyCalibration.cpp -I $(ROOTINCLUDE)
|
||||
|
||||
clean:
|
||||
rm -f energyCalibration.o
|
@ -103,7 +103,7 @@ public:
|
||||
if (np==nPackets){
|
||||
if (pnum==nPackets) {
|
||||
//cprintf(BG_GREEN, "Frame Found\n");
|
||||
cout << "Frame found!" << endl;
|
||||
// cout << "Frame found!" << endl;
|
||||
break;
|
||||
} else {
|
||||
//cprintf(BG_RED, "Too many packets for this frame! fnum:%d, pnum:%d np:%d\n",fnum,pnum,np);
|
||||
|
Loading…
x
Reference in New Issue
Block a user