From c39b89c7362659d054d14e89d7507542427f7146 Mon Sep 17 00:00:00 2001 From: Erik Schnetter Date: Tue, 21 Sep 2004 16:13:00 +0000 Subject: Do not initialise past time levels in regridding test case darcs-hash:20040921161337-891bb-5409ecfde09e5d3c4198dc71ed9c084faf5ef9e9.gz --- CarpetExtra/CarpetRegridTest/src/SetupGaussian.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'CarpetExtra') diff --git a/CarpetExtra/CarpetRegridTest/src/SetupGaussian.c b/CarpetExtra/CarpetRegridTest/src/SetupGaussian.c index dbac5a897..d7a02b985 100644 --- a/CarpetExtra/CarpetRegridTest/src/SetupGaussian.c +++ b/CarpetExtra/CarpetRegridTest/src/SetupGaussian.c @@ -32,9 +32,6 @@ void CarpetRegrid_SetupGaussian(CCTK_ARGUMENTS) R = r[index]; phi[index] = amplitude*exp( - pow( (R - radius) / sigma, 2.0 ) ); - - phi_p[index] = phi[index]; - phi_p_p[index] = phi[index]; } } } -- cgit v1.2.3