Skip to content

Commit

Permalink
correct possible indices for PostDeform functions
Browse files Browse the repository at this point in the history
  • Loading branch information
iagsonn committed Feb 6, 2017
1 parent fc398bc commit 09b20f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mesh/mesh.f90
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 09b20f2

Please sign in to comment.