quick fix of solaris problem in cranc check
This commit is contained in:
@@ -32,7 +32,7 @@ extern "C" {
|
||||
bool CheckNAN(double v) {
|
||||
return ISNAN(v);
|
||||
}
|
||||
bool LogGamma(double v) {
|
||||
double LogGamma(double v) {
|
||||
return lgammafn(v);
|
||||
}
|
||||
} // namespace utils
|
||||
|
||||
Reference in New Issue
Block a user