From 852bd47bc91f3ae34da3bdec0aee5656d6070d0f Mon Sep 17 00:00:00 2001 From: l_maliakal_d Date: Wed, 29 Aug 2012 09:03:26 +0000 Subject: [PATCH] changed enum positions to have scriptscan as the last value git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@234 951219d9-93cf-4727-9268-0efd64621fa3 --- slsDetectorSoftware/slsDetector/slsDetectorActions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slsDetectorSoftware/slsDetector/slsDetectorActions.h b/slsDetectorSoftware/slsDetector/slsDetectorActions.h index e8087ca3c..29828c43a 100644 --- a/slsDetectorSoftware/slsDetector/slsDetectorActions.h +++ b/slsDetectorSoftware/slsDetector/slsDetectorActions.h @@ -25,7 +25,7 @@ class slsDetectorActions : public virtual slsDetectorBase { public : - enum {noScan, energyScan, thresholdScan, trimbitsScan, scriptScan, positionScan}; + enum {noScan, energyScan, thresholdScan, trimbitsScan, positionScan, scriptScan }; /** default constructor */