From 89fa30ee4b815dd208c5e2ca0c401707eacbcef7 Mon Sep 17 00:00:00 2001 From: Dhanya Thattil Date: Thu, 8 Nov 2018 18:10:03 +0100 Subject: [PATCH] client compiles --- slsDetectorSoftware/slsDetector/slsDetector.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/slsDetectorSoftware/slsDetector/slsDetector.cpp b/slsDetectorSoftware/slsDetector/slsDetector.cpp index e2a1b4f35..29e811079 100644 --- a/slsDetectorSoftware/slsDetector/slsDetector.cpp +++ b/slsDetectorSoftware/slsDetector/slsDetector.cpp @@ -3416,7 +3416,6 @@ int slsDetector::writeCounterBlockFile(std::string const fname,int startACQ) { int slsDetector::getCounterBlock(short int image[],int startACQ) { - int nChan = getTotalNumberOfChannels(); int fnum = F_READ_COUNTER_BLOCK; int ret = FAIL; int nChan = getTotalNumberOfChannels();