[cig-commits] commit: Change List to LList to avoid problems with MPI's c++ bindings

Mercurial hg at geodynamics.org
Mon Nov 5 10:12:50 PST 2012


changeset:   648:2f77fc5700b0
tag:         tip
user:        Walter Landry <wlandry at caltech.edu>
date:        Mon Nov 05 10:12:23 2012 -0800
files:       Mesh/src/MeshClass.h
description:
Change List to LList to avoid problems with MPI's c++ bindings


diff -r 1e320edbd744 -r 2f77fc5700b0 Mesh/src/MeshClass.h
--- a/Mesh/src/MeshClass.h	Sun Apr 29 05:34:47 2012 -0700
+++ b/Mesh/src/MeshClass.h	Mon Nov 05 10:12:23 2012 -0800
@@ -61,7 +61,7 @@
 		MeshTopology*			topo;		\
 		double**			verts;		\
 								\
-		List*				vars;		\
+		LList*				vars;		\
 								\
 		double				minSep;		\
 		double*				minAxialSep;	\



More information about the CIG-COMMITS mailing list