Disable a test as it is not consistent between compilers.
This commit is contained in:
@@ -62,4 +62,9 @@ double max3(double a, double b, double c)
|
||||
if (c > b) return c;
|
||||
}
|
||||
return b;
|
||||
}
|
||||
|
||||
double frand()
|
||||
{
|
||||
return rand() / ((double) RAND_MAX);
|
||||
}
|
||||
Reference in New Issue
Block a user