- Small fixes to histogram memory software
- Added simulation directories and instruments
This commit is contained in:
@ -362,7 +362,7 @@ typedef enum _CharType {eSpace, eNum,eeText,eQuote} CharType;
|
||||
else
|
||||
{
|
||||
strcat(buf,argv[i]);
|
||||
strcat(buf," ");
|
||||
/* strcat(buf," "); */
|
||||
}
|
||||
}
|
||||
return 1;
|
||||
@ -419,4 +419,4 @@ typedef enum _CharType {eSpace, eNum,eeText,eQuote} CharType;
|
||||
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user