freebsd-ports/cad/netgen/files/patch-libsrc_linalg_densemat.hpp
Thierry Thomas db06906eac - Unbreak with gcc-4.2 (some patches from the author, some inspired from
Debian);

- Add IGES and STEP support with OpenCascade.
2007-05-30 19:21:11 +00:00

10 lines
224 B
C++

--- libsrc/linalg/densemat.hpp.orig Wed Nov 10 14:22:43 2004
+++ libsrc/linalg/densemat.hpp Tue May 29 18:45:09 2007
@@ -255,6 +255,6 @@
-
+extern void CalcInverse (const DenseMatrix & m1, DenseMatrix & m2);
#endif