- Added triple axis scan command.
- Introduced simulation mode to simdriv and simcter, i.e they never fail and finish at once. - Started defining MAD compatibility commands in Tcl - Fixed a bug in FOCUS_src which caused it to leak sockets. - Introduced setsockopt SO_REUSEADDR to all new sockets in sinqhm in order to loose the next sinqhm error.
This commit is contained in:
@@ -158,7 +158,8 @@
|
||||
return 0;
|
||||
}
|
||||
|
||||
/* another parameter, if available describes the detector bank*
|
||||
/* another parameter, if available describes the detector bank
|
||||
*/
|
||||
if(argc > 3)
|
||||
{
|
||||
iRet = Tcl_GetInt(pSics->pTcl,argv[3],&iBank);
|
||||
|
||||
Reference in New Issue
Block a user