different between acquisition index and frame index

This commit is contained in:
Dhanya Maliakal
2015-03-12 12:22:19 +01:00
parent 6232c6584a
commit 7e44648da9
12 changed files with 41 additions and 30 deletions

View File

@ -805,7 +805,7 @@ enum externalCommunicationMode{
#endif
default:
ret = FAIL;
sprintf("This timing mode %d not implemented in this detector\n",(int)arg);
sprintf(mess,"This timing mode %d not implemented in this detector\n",(int)arg);
break;
}
}