aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgoodale <goodale@41e88fdd-2190-4c69-9c84-4659c8cf322e>2000-03-29 07:42:12 +0000
committergoodale <goodale@41e88fdd-2190-4c69-9c84-4659c8cf322e>2000-03-29 07:42:12 +0000
commit14b0fc9c0daa1d397aa8bdd55214b8424f782446 (patch)
treeb7d88f0b1d6b68fd5ec9043435eebd423864b51e
parent8ea9b2ed5643c2431a6c00e799d06da23515a0e5 (diff)
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
-rw-r--r--src/SourceData.F772
1 files changed, 1 insertions, 1 deletions
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