- A few fixes to the hsitogram memory codes
- Many fixes for the triple axis code
This commit is contained in:
@@ -685,7 +685,7 @@
|
||||
float *ist) {
|
||||
|
||||
int iret;
|
||||
char cmnd[16];
|
||||
char cmnd[32];
|
||||
struct EL755info *info_ptr;
|
||||
/*----------------------------------------------
|
||||
*/
|
||||
@@ -1310,7 +1310,7 @@
|
||||
|
||||
int i, iret;
|
||||
float my_soll, my_ist;
|
||||
char cmnd[16], cmnd0[16], buff[132], buff1[132];
|
||||
char cmnd[32], cmnd0[32], buff[132], buff1[132];
|
||||
struct EL755info *info_ptr;
|
||||
/*----------------------------------------------
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user