[cig-commits] r8292 - short/3D/PyLith/trunk/modulesrc/bc

brad at geodynamics.org brad at geodynamics.org
Tue Nov 13 17:30:44 PST 2007


Author: brad
Date: 2007-11-13 17:30:44 -0800 (Tue, 13 Nov 2007)
New Revision: 8292

Modified:
   short/3D/PyLith/trunk/modulesrc/bc/bc.pyxe.src
Log:
Added suffix to logging identifiers.

Modified: short/3D/PyLith/trunk/modulesrc/bc/bc.pyxe.src
===================================================================
--- short/3D/PyLith/trunk/modulesrc/bc/bc.pyxe.src	2007-11-13 22:44:54 UTC (rev 8291)
+++ short/3D/PyLith/trunk/modulesrc/bc/bc.pyxe.src	2007-11-14 01:30:44 UTC (rev 8292)
@@ -449,9 +449,9 @@
     #}embed
     #embed{ void AbsorbingDampers_setupLogging(int *cookie, int *residualEvent, int *jacobianEvent, int* updateStateEvent)
       PetscLogClassRegister(cookie, "FE Assembler");
-      PetscLogEventRegister(residualEvent, "IntegrateResidual", *cookie);
-      PetscLogEventRegister(jacobianEvent, "IntegrateJacobian", *cookie);
-      PetscLogEventRegister(updateStateEvent, "IntegrateUpdateState", *cookie);
+      PetscLogEventRegister(residualEvent, "IntegrateResidual AB", *cookie);
+      PetscLogEventRegister(jacobianEvent, "IntegrateJacobian AB", *cookie);
+      PetscLogEventRegister(updateStateEvent, "IntegrateUpdateState AB", *cookie);
     #}embed
     BoundaryCondition.__init__(self)
     self.thisptr = AbsorbingDampers_constructor()



More information about the cig-commits mailing list