mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-11 04:17:15 +02:00
editted measurement command
git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@247 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
@ -555,7 +555,7 @@ slsDetectorCommand::slsDetectorCommand(slsDetectorUtils *det) {
|
||||
i++;
|
||||
|
||||
|
||||
descrToFuncMap[i].m_pFuncName="measurments"; //
|
||||
descrToFuncMap[i].m_pFuncName="measurements"; //
|
||||
descrToFuncMap[i].m_pFuncPtr=&slsDetectorCommand::cmdTimer;
|
||||
i++;
|
||||
|
||||
@ -2956,7 +2956,7 @@ string slsDetectorCommand::cmdTimer(int narg, char *args[], int action) {
|
||||
index=CYCLES_NUMBER;
|
||||
else if (cmd=="probes")
|
||||
index=PROBES_NUMBER;
|
||||
else if (cmd=="measurments")
|
||||
else if (cmd=="measurements")
|
||||
index=MEASUREMENTS_NUMBER;
|
||||
else
|
||||
return string("could not decode timer ")+cmd;
|
||||
|
Reference in New Issue
Block a user