diff options
Diffstat (limited to 'sci-libs/itpp/files/itpp-4.0.4-vec.patch')
-rw-r--r-- | sci-libs/itpp/files/itpp-4.0.4-vec.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/sci-libs/itpp/files/itpp-4.0.4-vec.patch b/sci-libs/itpp/files/itpp-4.0.4-vec.patch deleted file mode 100644 index 1a39260f42e9..000000000000 --- a/sci-libs/itpp/files/itpp-4.0.4-vec.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Naur itpp-4.0.4/itpp/base/vec.h itpp-4.0.4.new/itpp/base/vec.h ---- itpp-4.0.4/itpp/base/vec.h 2008-03-31 04:44:14.000000000 -0400 -+++ itpp-4.0.4.new/itpp/base/vec.h 2008-04-14 21:20:06.000000000 -0400 -@@ -1041,7 +1041,7 @@ - } - #else - //! Outer product of two vectors v1 and v2 -- template<> -+ template<> inline - cmat outer_product(const cvec &v1, const cvec &v2, bool hermitian) - { - it_assert_debug((v1.datasize > 0) && (v2.datasize > 0), |