mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-12 21:07:13 +02:00
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
This commit is contained in:
@ -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 */
|
||||
|
Reference in New Issue
Block a user