- Initial commit of a UB calculation setup for four circle

diffractometers
This commit is contained in:
koennecke
2005-03-23 08:19:47 +00:00
parent 2b63ad06b2
commit beba0d4644
18 changed files with 1236 additions and 55 deletions

View File

@@ -721,8 +721,9 @@ int ExeManagerWrapper(SConnection *pCon, SicsInterp *pSics, void *pData,
self = (pExeMan)pData;
assert(self != NULL);
strncpy(pBufferName,argv[1],255);
if(argc > 1){
strncpy(pBufferName,argv[1],255);
strtolower(argv[1]);
status = handleBatchPath(self,pCon,argc,argv);
if(status >= 0){