]> git.pld-linux.org Git - packages/GiNaC.git/commitdiff
- obsolete
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 17 Apr 2006 10:18:05 +0000 (10:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    GiNaC-c++.patch -> 1.2

GiNaC-c++.patch [deleted file]

diff --git a/GiNaC-c++.patch b/GiNaC-c++.patch
deleted file mode 100644 (file)
index 166d3f8..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
---- ginac-1.3.3/ginac/indexed.cpp.orig 2005-05-19 16:24:35.000000000 +0200
-+++ ginac-1.3.3/ginac/indexed.cpp      2006-03-26 10:53:44.571072250 +0200
-@@ -704,6 +704,8 @@
-       }
- }
-+ex simplify_indexed(const ex & e, exvector & free_indices, exvector & dummy_indices, const scalar_products & sp);
-+
- /** Simplify product of indexed expressions (commutative, noncommutative and
-  *  simple squares), return list of free indices. */
- ex simplify_indexed_product(const ex & e, exvector & free_indices, exvector & dummy_indices, const scalar_products & sp)
---- ginac-1.3.3/check/exam_structure.cpp.orig  2005-05-01 20:12:42.000000000 +0200
-+++ ginac-1.3.3/check/exam_structure.cpp       2006-03-26 12:48:58.639174500 +0200
-@@ -47,6 +47,7 @@
-       return sprod(sprod_s(l, r));
- }
-+namespace GiNaC {
- template <> void sprod::print(const print_context & c, unsigned level) const
- {
-       const sprod_s & sp = get_struct();
-@@ -62,6 +63,7 @@
-       else
-               return make_sprod(sp.right, sp.left);
- }
-+}
- unsigned exam_structure()
- {
This page took 0.074313 seconds and 4 git commands to generate.