[getdp] 06/30: add patch for petsc 3.1

Matteo F. Vescovi mfv at moszumanska.debian.org
Thu Feb 11 10:12:49 UTC 2016


This is an automated email from the git hooks/post-receive script.

mfv pushed a commit to tag 2.2.0-1
in repository getdp.

commit 7f5cb398d65547368320b0707df3c960814cb864
Author: Christophe Trophime <christophe.trophime at grenoble.cnrs.fr>
Date:   Wed Jun 30 12:19:27 2010 +0000

    add patch for petsc 3.1
---
 patches/petsc3.1.diff | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/patches/petsc3.1.diff b/patches/petsc3.1.diff
new file mode 100644
index 0000000..d28201b
--- /dev/null
+++ b/patches/petsc3.1.diff
@@ -0,0 +1,31 @@
+Index: getdp-2.0.0/Legacy/Pos_Format.cpp
+===================================================================
+--- getdp-2.0.0.orig/Legacy/Pos_Format.cpp	2010-06-18 09:12:31.000000000 +0200
++++ getdp-2.0.0/Legacy/Pos_Format.cpp	2010-06-18 09:21:03.000000000 +0200
+@@ -48,7 +48,7 @@
+ static List_T *SL = NULL, *VL = NULL, *TL = NULL;
+ static List_T *ST = NULL, *VT = NULL, *TT = NULL;
+ static List_T *SQ = NULL, *VQ = NULL, *TQ = NULL;
+-static List_T *SS = NULL, *VS = NULL, *TS = NULL;
++static List_T *SS = NULL, *VS = NULL, *TS_getdp = NULL;
+ static List_T *SH = NULL, *VH = NULL, *TH = NULL;
+ static List_T *SI = NULL, *VI = NULL, *TI = NULL;
+ static List_T *SY = NULL, *VY = NULL, *TY = NULL;
+@@ -350,7 +350,7 @@
+       List_WriteToFile(SQ, PostStream, f); List_WriteToFile(VQ, PostStream, f);
+       List_WriteToFile(TQ, PostStream, f); 
+       List_WriteToFile(SS, PostStream, f); List_WriteToFile(VS, PostStream, f);
+-      List_WriteToFile(TS, PostStream, f);
++      List_WriteToFile(TS_getdp, PostStream, f);
+       List_WriteToFile(SH, PostStream, f); List_WriteToFile(VH, PostStream, f);
+       List_WriteToFile(TH, PostStream, f);
+       List_WriteToFile(SI, PostStream, f); List_WriteToFile(VI, PostStream, f);
+@@ -595,7 +595,7 @@
+     if(!TQ) TQ = List_Create(100,1000,sizeof(double)); else List_Reset(TQ);
+     if(!SS) SS = List_Create(100,1000,sizeof(double)); else List_Reset(SS);
+     if(!VS) VS = List_Create(100,1000,sizeof(double)); else List_Reset(VS);
+-    if(!TS) TS = List_Create(100,1000,sizeof(double)); else List_Reset(TS);
++    if(!TS_getdp) TS_getdp = List_Create(100,1000,sizeof(double)); else List_Reset(TS_getdp);
+     if(!SH) SH = List_Create(100,1000,sizeof(double)); else List_Reset(SH);
+     if(!VH) VH = List_Create(100,1000,sizeof(double)); else List_Reset(VH);
+     if(!TH) TH = List_Create(100,1000,sizeof(double)); else List_Reset(TH);

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/getdp.git



More information about the debian-science-commits mailing list