[cig-commits] commit: Update to Petsc 3.2.

Mercurial hg at geodynamics.org
Thu Mar 15 12:46:37 PDT 2012


changeset:   643:2de8e7a4f1de
tag:         tip
user:        Walter Landry <wlandry at caltech.edu>
date:        Thu Mar 15 12:46:07 2012 -0700
files:       Utils/src/RegularRemesher.cxx
description:
Update to Petsc 3.2.


diff -r c691aa765e36 -r 2de8e7a4f1de Utils/src/RegularRemesher.cxx
--- a/Utils/src/RegularRemesher.cxx	Thu Mar 15 12:45:27 2012 -0700
+++ b/Utils/src/RegularRemesher.cxx	Thu Mar 15 12:46:07 2012 -0700
@@ -499,10 +499,10 @@ void _RegularRemesher_Remesh( void* _sel
       }
       VecRestoreArray( x, &soln );
 
-      KSPDestroy( ksp );
-      MatDestroy( A );
-      VecDestroy( b );
-      VecDestroy( x );
+      KSPDestroy( &ksp );
+      MatDestroy( &A );
+      VecDestroy( &b );
+      VecDestroy( &x );
 
 
 #if 0



More information about the CIG-COMMITS mailing list