- Updated docs

SKIPPED:
	psi/utils/SerPortServer.c
This commit is contained in:
koennecke
2005-04-06 15:05:29 +00:00
parent 010bd79ca2
commit 97cf408ca8
36 changed files with 529 additions and 153 deletions

View File

@ -280,7 +280,7 @@ MATRIX calcUBFromThreeReflections(reflection r1, reflection r2, reflection r3,
HIINV = mat_inv(HI);
if(HIINV == NULL){
*errCode = UBNOMEMORY;
*errCode = NOTRIGHTHANDED;
killVector(u1);
killVector(u2);
killVector(u3);