mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-15 02:33:15 +02:00
pcb_calculator: fix compil issue about isinf.
This commit is contained in:
parent
6454d91923
commit
fb193c1232
@ -61,6 +61,8 @@ inline double atanh(double x)
|
|||||||
|
|
||||||
return log((1.0+x)/(1.0-x))/2.0;
|
return log((1.0+x)/(1.0-x))/2.0;
|
||||||
}
|
}
|
||||||
|
#else
|
||||||
|
using namespace std;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user