Skip to content

Commit efc7307

Browse files
author
Lukas Korous
committed
Fix Bessel
1 parent 98c8877 commit efc7307

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hermes2d/test_examples/05-hcurl-adapt/bessel.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1875,7 +1875,7 @@ extern double sin ( double );
18751875
// extern double p1evl ( double, void *, int );
18761876
// extern double floor ( double );
18771877
extern double fabs ( double );
1878-
extern int isnan ( double );
1878+
extern bool isnan ( double );
18791879
// extern int isfinite ( double );
18801880
static double stirf ( double );
18811881
double lgam ( double );

0 commit comments

Comments
 (0)