- Fixed a few problems with hklscan
- Added transfer of zipped data to conman.c, histogram memory software in order to support the TRICS status display. - Upgraded TRICS data file writing. - First installment of triple axis spectrometer support: initialization of data structures and an implementation of the MAD dr(ive) command.
This commit is contained in:
@@ -124,7 +124,7 @@
|
||||
|
||||
EL734Error2Text converts between an EL734 error code to text
|
||||
-----------------------------------------------------------------------------*/
|
||||
extern char EL734_IllgText[256];
|
||||
/* extern char EL734_IllgText[256]; */
|
||||
|
||||
static void EL734Error2Text(char *pBuffer, int iErr)
|
||||
{
|
||||
@@ -154,7 +154,9 @@ extern char EL734_IllgText[256];
|
||||
break;
|
||||
case EL734__BAD_ILLG:
|
||||
strcat(pBuffer,"EL734__BAD_ILLG ");
|
||||
/*
|
||||
strcat(pBuffer,EL734_IllgText);
|
||||
*/
|
||||
break;
|
||||
case EL734__BAD_LOC:
|
||||
strcat(pBuffer,"EL734__BAD_LOC");
|
||||
|
||||
Reference in New Issue
Block a user