[cig-commits] commit:

Mercurial hg at geodynamics.org
Mon Nov 24 11:58:39 PST 2008


changeset:   69:89762723eed3
user:        LukeHodkinson
date:        Mon Mar 31 05:41:53 2008 +0000
files:       Swarm/src/SwarmClass.c
description:
Wasn't supposed to commit this.


diff -r 68d69badb526 -r 89762723eed3 Swarm/src/SwarmClass.c
--- a/Swarm/src/SwarmClass.c	Mon Mar 31 05:40:40 2008 +0000
+++ b/Swarm/src/SwarmClass.c	Mon Mar 31 05:41:53 2008 +0000
@@ -64,9 +64,6 @@
 #include <stdlib.h>
 #include <string.h>
 #include <assert.h>
-
-
-extern void dump_discretisation( Mesh *mesh, Swarm *swarm, const char *filename );
 
 
 const Type Swarm_Type = "Swarm";
@@ -982,15 +979,6 @@ void Swarm_UpdateAllParticleOwners( void
 	}
 
 	Stream_UnIndentBranch( Swarm_Debug );
-
-	/* DEBUG */
-	if( !strcmp( self->cellLayout->type, "ElementCellLayout" ) ) {
-	   static int iter = 0;
-	   char filename[12];
-
-	   sprintf( filename, "disc-%d.h5", iter++ );
-	   dump_discretisation( ((ElementCellLayout*)self->cellLayout)->mesh, self, filename );
-	}
 }
 
 



More information about the CIG-COMMITS mailing list