[cig-commits] [commit] rajesh-petsc, rajesh-petsc-schur: fixed the signature of parallel_process_finalize (52c9d9d)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Wed Nov 5 19:03:14 PST 2014


Repository : https://github.com/geodynamics/citcoms

On branches: rajesh-petsc,rajesh-petsc-schur
Link       : https://github.com/geodynamics/citcoms/compare/464e1b32299b15819f93efd98d969cddb84dfe51...f97ae655a50bdbd6dac1923a3471ee4dae178fbd

>---------------------------------------------------------------

commit 52c9d9d46043ea61bf364bb94c7e11de99604c12
Author: Rajesh Kommu <rajesh.kommu at gmail.com>
Date:   Thu Aug 21 13:45:53 2014 -0700

    fixed the signature of parallel_process_finalize


>---------------------------------------------------------------

52c9d9d46043ea61bf364bb94c7e11de99604c12
 lib/parallel_related.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/parallel_related.h b/lib/parallel_related.h
index 154b8a9..348cceb 100644
--- a/lib/parallel_related.h
+++ b/lib/parallel_related.h
@@ -33,7 +33,7 @@
 extern "C" {
 #endif
 
-PetscErrorCode parallel_process_finalize();
+void parallel_process_finalize();
 void parallel_process_termination();
 void parallel_process_sync(struct All_variables *E);
 double CPU_time0();



More information about the CIG-COMMITS mailing list