From 14b0fc9c0daa1d397aa8bdd55214b8424f782446 Mon Sep 17 00:00:00 2001 From: goodale Date: Wed, 29 Mar 2000 07:42:12 +0000 Subject: Changed to use timelevels - thanks for putting the rotation in PUGH Ed. Note that the no-boundary condition tests assumed that phi_new had zero at its boundaries. This is, or course, no longer true with timelevel rotation. Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/IDScalarWaveElliptic/trunk@26 41e88fdd-2190-4c69-9c84-4659c8cf322e --- src/SourceData.F77 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SourceData.F77 b/src/SourceData.F77 index 41b36ba..c8c7948 100644 --- a/src/SourceData.F77 +++ b/src/SourceData.F77 @@ -129,7 +129,7 @@ c Set up last timestep ... assume time symmetry do j=1, cctk_lsh(2) do i=1, cctk_lsh(1) - phi_old(i,j,k) = phi(i,j,k) + phi_p(i,j,k) = phi(i,j,k) end do end do -- cgit v1.2.3