[cig-commits] commit: Fix compile warning

Mercurial hg at geodynamics.org
Mon Sep 12 16:15:01 PDT 2011


changeset:   791:6ec2fc965f78
user:        Walter Landry <wlandry at caltech.edu>
date:        Mon Sep 12 14:34:19 2011 -0700
files:       Discretisation/src/FeMesh_Algorithms.cxx
description:
Fix compile warning


diff -r f8af1e299191 -r 6ec2fc965f78 Discretisation/src/FeMesh_Algorithms.cxx
--- a/Discretisation/src/FeMesh_Algorithms.cxx	Mon Sep 12 14:34:04 2011 -0700
+++ b/Discretisation/src/FeMesh_Algorithms.cxx	Mon Sep 12 14:34:19 2011 -0700
@@ -106,10 +106,6 @@ void _FeMesh_Algorithms_Print( void* alg
 void _FeMesh_Algorithms_Print( void* algorithms, Stream* stream ) {
 	FeMesh_Algorithms*	self = (FeMesh_Algorithms*)algorithms;
 	
-	/* Set the Journal for printing informations */
-	Stream* algorithmsStream;
-	algorithmsStream = Journal_Register( InfoStream_Type, (Name)"FeMesh_AlgorithmsStream"  );
-
 	/* Print parent */
 	Journal_Printf( stream, "FeMesh_Algorithms (ptr): (%p)\n", self );
 	_Stg_Component_Print( self, stream );



More information about the CIG-COMMITS mailing list