[cig-commits] r16509 - short/3D/PyLith/trunk/libsrc/utils

brad at geodynamics.org brad at geodynamics.org
Thu Apr 8 14:28:37 PDT 2010


Author: brad
Date: 2010-04-08 14:28:37 -0700 (Thu, 08 Apr 2010)
New Revision: 16509

Modified:
   short/3D/PyLith/trunk/libsrc/utils/EventLogger.cc
Log:
Update for changes to petsc-dev.

Modified: short/3D/PyLith/trunk/libsrc/utils/EventLogger.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/utils/EventLogger.cc	2010-04-08 18:18:09 UTC (rev 16508)
+++ short/3D/PyLith/trunk/libsrc/utils/EventLogger.cc	2010-04-08 21:28:37 UTC (rev 16509)
@@ -41,7 +41,7 @@
 			   "initializaing EventLogger.");
   
   _events.clear();
-  PetscErrorCode err = PetscCookieRegister(_className.c_str(), &_classId);
+  PetscErrorCode err = PetscClassIdRegister(_className.c_str(), &_classId);
   if (err) {
     std::ostringstream msg;
     msg << "Could not register logging class '" << _className << "'.";



More information about the CIG-COMMITS mailing list