get detector and receiver status bug fixed

This commit is contained in:
Dhanya Maliakal
2015-02-02 16:31:28 +01:00
parent 36d6538104
commit aeffb4b93f
3 changed files with 11 additions and 10 deletions

View File

@ -1186,7 +1186,7 @@ string slsDetectorCommand::cmdStatus(int narg, char *args[], int action) {
} else if (action==HELP_ACTION) {
return helpStatus(narg,args,HELP_ACTION);
}
runStatus s=myDet->getRunStatus();
runStatus s=myDet->getRunStatus();
return myDet->runStatusType(s);
}