r35951 - /packages/code-saturne/trunk/debian/patches/have_mpi.diff
sylvestre-guest at users.alioth.debian.org
sylvestre-guest at users.alioth.debian.org
Mon Nov 2 23:01:24 UTC 2009
Author: sylvestre-guest
Date: Mon Nov 2 23:01:24 2009
New Revision: 35951
URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=35951
Log:
patch fixed
Modified:
packages/code-saturne/trunk/debian/patches/have_mpi.diff
Modified: packages/code-saturne/trunk/debian/patches/have_mpi.diff
URL: http://svn.debian.org/wsvn/debian-science/packages/code-saturne/trunk/debian/patches/have_mpi.diff?rev=35951&op=diff
==============================================================================
--- packages/code-saturne/trunk/debian/patches/have_mpi.diff (original)
+++ packages/code-saturne/trunk/debian/patches/have_mpi.diff Mon Nov 2 23:01:24 2009
@@ -1,18 +1,18 @@
---- ncs-2.0.0-beta2.orig/src/base/cs_join_util.c 2009-10-16 22:15:33.000000000 +0200
-+++ ncs-2.0.0-beta2/src/base/cs_join_util.c 2009-10-16 21:51:42.000000000 +0200
-@@ -374,6 +374,7 @@
+--- src/base/cs_join_util.c.orig 2009-11-02 22:49:48.000000000 +0100
++++ src/base/cs_join_util.c 2009-11-02 22:50:45.000000000 +0100
+@@ -374,7 +374,6 @@
*contig_faces = _contig_faces;
- }
-
-+#if defined(HAVE_MPI)
- /*----------------------------------------------------------------------------
- * Initialize a structure for the synchronization of single
- * elements
-@@ -421,7 +422,6 @@
- *sync = _sync;
}
-#if defined(HAVE_MPI)
/*----------------------------------------------------------------------------
+ * Initialize a structure for the synchronization of single
+ * elements
+@@ -422,6 +421,7 @@
+ *sync = _sync;
+ }
+
++#if defined(HAVE_MPI)
+ /*----------------------------------------------------------------------------
* Define a structure used for synchronizing "single" vertices.
* Use a fvm_interface_t structure to help the build.
More information about the debian-science-commits
mailing list