aboutsummaryrefslogtreecommitdiff
path: root/math/gracetmpl/files/patch-pygracetmpl.cc
diff options
context:
space:
mode:
Diffstat (limited to 'math/gracetmpl/files/patch-pygracetmpl.cc')
-rw-r--r--math/gracetmpl/files/patch-pygracetmpl.cc20
1 files changed, 17 insertions, 3 deletions
diff --git a/math/gracetmpl/files/patch-pygracetmpl.cc b/math/gracetmpl/files/patch-pygracetmpl.cc
index 9ba3f2d0cad8..74dcc3abfd7c 100644
--- a/math/gracetmpl/files/patch-pygracetmpl.cc
+++ b/math/gracetmpl/files/patch-pygracetmpl.cc
@@ -1,6 +1,20 @@
---- python/src/pygracetmpl.cc.orig Mon Aug 16 18:25:45 2004
-+++ python/src/pygracetmpl.cc Mon Aug 16 18:31:35 2004
-@@ -179,7 +179,7 @@
+--- python/src/pygracetmpl.cc.orig Sat Oct 12 05:12:57 2002
++++ python/src/pygracetmpl.cc Sun Dec 5 12:35:53 2004
+@@ -1,11 +1,10 @@
+ #include <gracetmpl.h>
+
+-#include <Python.h>
+-#include <Numeric/arrayobject.h> /* numerical python header */
+-
+ #include <string.h>
+ #include <complex>
+ #include <set>
++#include <Python.h>
++#include <Numeric/arrayobject.h> /* numerical python header */
+
+ /********************************************************/
+ /******************* graceTMPL.data type ***************/
+@@ -179,7 +178,7 @@
int rows = dataArray->dimensions[1];
if(cols > 4)
cols = 4;