Commit fb193c12 authored by jean-pierre charras's avatar jean-pierre charras

pcb_calculator: fix compil issue about isinf.

parent 6454d919
......@@ -61,6 +61,8 @@ inline double atanh(double x)
return log((1.0+x)/(1.0-x))/2.0;
}
#else
using namespace std;
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment