From 09b20f21c7204d40645631de35d86b16f371482b Mon Sep 17 00:00:00 2001 From: Matthias Sonntag Date: Mon, 6 Feb 2017 11:44:20 +0100 Subject: [PATCH] correct possible indices for PostDeform functions --- src/mesh/mesh.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesh/mesh.f90 b/src/mesh/mesh.f90 index b58721a..d9639e7 100644 --- a/src/mesh/mesh.f90 +++ b/src/mesh/mesh.f90 @@ -335,7 +335,7 @@ SUBROUTINE InitMesh() PostDeform_Lz=GETREAL('PostDeform_Lz','1.') PostDeform_sq=GETINT('PostDeform_sq','0') PostDeform_Rtorus=GETREAL('PostDeform_Rtorus','-1.') -CASE(3,4,5) ! cartbox [-1,1]^3 sin innercurved +CASE(30,31,32) ! cartbox [-1,1]^3 sin innercurved CASE DEFAULT CALL abort(__STAMP__,& 'This MeshPostDeform case is not implemented.',MeshPostDeform)