Browse Source

pcb_calculator: fix compil issue about isinf.

pull/1/head
jean-pierre charras 13 years ago
parent
commit
fb193c1232
  1. 2
      pcb_calculator/transline/transline.cpp

2
pcb_calculator/transline/transline.cpp

@ -61,6 +61,8 @@ inline double atanh(double x)
return log((1.0+x)/(1.0-x))/2.0;
}
#else
using namespace std;
#endif

Loading…
Cancel
Save