modified getDetectorType function name in slsDetector to be able to make a getDetectorType(pos) function for multiSlsDetector

git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@176 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
l_maliakal_d
2012-05-03 16:29:29 +00:00
parent 7824719d98
commit 9c020fb67d
6 changed files with 31 additions and 5 deletions

View File

@ -1265,7 +1265,7 @@ int slsDetector::setDetectorType(string const stype){
return setDetectorType(getDetectorType(stype));
};
string slsDetector::getDetectorType(){
string slsDetector::getDetectorsType(int pos){
return getDetectorType(thisDetector->myDetectorType);
}