]> git.pld-linux.org Git - packages/libofa.git/blame - libofa-c++.patch
- compile fix
[packages/libofa.git] / libofa-c++.patch
CommitLineData
46640726
JB
1--- libofa-0.9.3/lib/JAMA/tnt_math_utils.h.orig 2006-05-10 19:58:50.000000000 +0200
2+++ libofa-0.9.3/lib/JAMA/tnt_math_utils.h 2006-07-18 23:32:28.288069250 +0200
3@@ -30,7 +30,7 @@
4 {\r
5 \r
6 if (a== 0)\r
7- return abs(b);\r
8+ return fabs(b);\r
9 else\r
10 {\r
11 Real c = b/a;\r
This page took 0.045034 seconds and 4 git commands to generate.