aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-mathematics/netgen/files/densemat.patch')
-rw-r--r--sci-mathematics/netgen/files/densemat.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/sci-mathematics/netgen/files/densemat.patch b/sci-mathematics/netgen/files/densemat.patch
deleted file mode 100644
index 8cf10015c..000000000
--- a/sci-mathematics/netgen/files/densemat.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- ./libsrc/linalg/densemat.hpp~ 2006-04-07 22:07:41.000000000 +0000
-+++ ./libsrc/linalg/densemat.hpp 2006-04-07 22:08:04.000000000 +0000
-@@ -14,6 +14,9 @@
-
- #include <assert.h>
-
-+class DenseMatrix;
-+void CalcInverse (const DenseMatrix & m1, DenseMatrix & m2);
-+
- class DenseMatrix
- {
- protected: