diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-01-16 09:12:36 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-01-16 09:12:36 +0000 |
commit | 324bff29d116871f397a9ffac9237dd0c1dcc2cf (patch) | |
tree | 61b32eaf3e18218213ea9f1609c64115658a0bce /math/GiNaC/files/patch-ginac::matrix.h | |
parent | - Update to 0.7.1 (diff) |
- Update to 1.4.4
PR: 130434
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Notes
Notes:
svn path=/head/; revision=226244
Diffstat (limited to 'math/GiNaC/files/patch-ginac::matrix.h')
-rw-r--r-- | math/GiNaC/files/patch-ginac::matrix.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/math/GiNaC/files/patch-ginac::matrix.h b/math/GiNaC/files/patch-ginac::matrix.h deleted file mode 100644 index 35caec852d16..000000000000 --- a/math/GiNaC/files/patch-ginac::matrix.h +++ /dev/null @@ -1,18 +0,0 @@ ---- ginac/matrix.h.orig Wed Oct 1 01:00:24 2003 -+++ ginac/matrix.h Thu Nov 6 13:30:18 2003 -@@ -100,6 +100,7 @@ - matrix(unsigned r, unsigned c, const exvector & m2); - matrix(unsigned r, unsigned c, const lst & l); - -+#if 0 - // First step of initialization of matrix with a comma-separated seqeuence - // of expressions. Subsequent steps are handled by matrix_init<>::operator,(). - matrix_init<ex, exvector::iterator> operator=(const ex & x) -@@ -107,6 +108,7 @@ - m[0] = x; - return matrix_init<ex, exvector::iterator>(++m.begin()); - } -+#endif - - // functions overriding virtual functions from base classes - public: |