From ac038f5257f9b4779e6c6668ee5d2c1494472f65 Mon Sep 17 00:00:00 2001 From: allen Date: Mon, 27 Sep 1999 15:43:15 +0000 Subject: Restructuring a litte git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/IDScalarWaveElliptic/trunk@7 41e88fdd-2190-4c69-9c84-4659c8cf322e --- src/SourceData.F | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/SourceData.F b/src/SourceData.F index 2913efb..8bd4222 100644 --- a/src/SourceData.F +++ b/src/SourceData.F @@ -26,6 +26,7 @@ c where Q is the total charge and R is the sphere radius pi = 4.0*atan(1.0) charge_factor = 4.0d0*pi*charge*3.0d0/(4.0d0*pi*radius**3) + print *,charge_factor do k=1, cctk_lsh(3) do j=1, cctk_lsh(2) @@ -58,7 +59,7 @@ c where Q is the total charge and R is the sphere radius RelTol(3)=-1 c Call to elliptic solver will go here - call Ell_LinFlatSolver(cctkGH, + call Ell_LinFlatSolver(ierr,cctkGH, & iphi, & iMcoeff, iNcoeff, & AbsTol, RelTol, -- cgit v1.2.3