[cig-commits] commit: Remove errorStream from OneToManyMapper since it is not used anywhere

Mercurial hg at geodynamics.org
Wed Nov 9 15:14:26 PST 2011


changeset:   442:353de50ba5c7
user:        Walter Landry <wlandry at caltech.edu>
date:        Wed Nov 09 15:13:06 2011 -0800
files:       MaterialPoints/src/OneToManyMapper.cxx MaterialPoints/src/OneToManyMapper.h
description:
Remove errorStream from OneToManyMapper since it is not used anywhere


diff -r ba95eb221540 -r 353de50ba5c7 MaterialPoints/src/OneToManyMapper.cxx
--- a/MaterialPoints/src/OneToManyMapper.cxx	Wed Nov 09 00:47:20 2011 -0800
+++ b/MaterialPoints/src/OneToManyMapper.cxx	Wed Nov 09 15:13:06 2011 -0800
@@ -109,7 +109,6 @@ void _OneToManyMapper_Init( void* mapper
                             Bool harmonic_average ) {
 	OneToManyMapper* self = (OneToManyMapper*)mapper;
 
-	self->errorStream = Journal_MyStream( Error_Type, self );
 	self->swarm = swarm;
 	self->harmonic_average = harmonic_average;
 }
diff -r ba95eb221540 -r 353de50ba5c7 MaterialPoints/src/OneToManyMapper.h
--- a/MaterialPoints/src/OneToManyMapper.h	Wed Nov 09 00:47:20 2011 -0800
+++ b/MaterialPoints/src/OneToManyMapper.h	Wed Nov 09 15:13:06 2011 -0800
@@ -65,7 +65,6 @@
 	#define __OneToManyMapper \
 		__IntegrationPointMapper \
 		\
-		Stream*				errorStream; \
 		IntegrationPointsSwarm*		swarm; \
                 Bool                            harmonic_average;
 



More information about the CIG-COMMITS mailing list