quick fix of solaris problem in cranc check

This commit is contained in:
tqchen
2015-08-01 09:18:34 -07:00
parent 3a091fa302
commit 8083c30e7b
3 changed files with 13 additions and 11 deletions

View File

@@ -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