From 3e7f3e0ea0627182886f506b1486c94c012dfbfd Mon Sep 17 00:00:00 2001 From: schnetter Date: Wed, 28 Feb 2007 03:14:13 +0000 Subject: Make EllPETSc_Register return void instead of int, since it is scheduled at basegrid. git-svn-id: http://svn.cactuscode.org/arrangements/CactusElliptic/EllPETSc/trunk@96 1d96b42b-98df-4a6a-9d84-1b24288d4588 --- src/Startup.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/Startup.c b/src/Startup.c index bdadc2c..9537d39 100644 --- a/src/Startup.c +++ b/src/Startup.c @@ -24,13 +24,11 @@ void petsc_flat(cGH *GH, int *FieldIndex, int *MIndex, int *NIndex, This routine registers petsc_confmetric under the name "petsc" for the class of elliptic equations "LinConfMetric" */ -int EllPETSc_Register(cGH *GH) +void EllPETSc_Register(cGH *GH) { DECLARE_CCTK_PARAMETERS Ell_RegisterSolver(petsc_confmetric,"petsc","Ell_LinConfMetric"); Ell_RegisterSolver(petsc_metric,"petsc","Ell_LinMetric"); Ell_RegisterSolver(petsc_flat,"petsc","Ell_LinFlat"); - - return 0; } -- cgit v1.2.3