Changes to make SICS compile on OSX Maverick with clang
This commit is contained in:
@ -163,7 +163,7 @@ double tasAngleBetweenReflections(MATRIX B, tasReflection r1,
|
||||
tasReflection r2)
|
||||
{
|
||||
MATRIX chi1, chi2, h1, h2;
|
||||
double angle;
|
||||
double angle = .0;
|
||||
|
||||
h1 = makeVector();
|
||||
if (h1 == NULL) {
|
||||
|
Reference in New Issue
Block a user