- Updated docs
SKIPPED: psi/utils/SerPortServer.c
This commit is contained in:
6
ubcalc.c
6
ubcalc.c
@ -571,11 +571,11 @@ int UBCalcWrapper(SConnection *pCon, SicsInterp *pSics, void *pData,
|
||||
} else if(strcmp(argv[1],"listub") == 0){
|
||||
listUB(pCon,self->UB);
|
||||
return 1;
|
||||
} else if(strcmp(argv[1],"calcub") == 0){
|
||||
} else if(strcmp(argv[1],"ub2ref") == 0){
|
||||
return calcUB(self,pCon);
|
||||
} else if(strcmp(argv[1],"calcub3ref") == 0){
|
||||
} else if(strcmp(argv[1],"ub3ref") == 0){
|
||||
return calcUB3Ref(self,pCon);
|
||||
} else if(strcmp(argv[1],"cellfromub") == 0){
|
||||
} else if(strcmp(argv[1],"cellub") == 0){
|
||||
return cellFromUBWrapper(self,pCon);
|
||||
} else if(strcmp(argv[1],"listcell") == 0){
|
||||
listCell(pCon,argv[0],self->direct);
|
||||
|
Reference in New Issue
Block a user