mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-18 15:57:13 +02:00
changed the getdetectorstype function to return type and not string
git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@178 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
@ -1265,9 +1265,8 @@ int slsDetector::setDetectorType(string const stype){
|
||||
return setDetectorType(getDetectorType(stype));
|
||||
};
|
||||
|
||||
string slsDetector::getDetectorsType(int pos){
|
||||
return getDetectorType(thisDetector->myDetectorType);
|
||||
|
||||
slsDetectorDefs::detectorType slsDetector::getDetectorsType(int pos){
|
||||
return thisDetector->myDetectorType;
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user