Skip to content

Commit

Permalink
Fix to Return_Routines_Kij. Index issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrober50 committed Nov 16, 2023
1 parent 170c4c1 commit 8a4dbb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Code/Return_Routines/Return_Routines_Kij.F90
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ SUBROUTINE Poseidon_Return_Kij_Native( NE, NQ, &
DO lm = 1,LM_Length
DO d = 0,DEGREE

Here = Map_To_FEM_Node(RE,d)
Here = Map_To_FEM_Node(RE-1,d)


TMP_Val_Psi = TMP_Val_Psi &
Expand Down Expand Up @@ -789,7 +789,7 @@ SUBROUTINE Poseidon_Return_Kij_AMReX( NQ, &
DO lm = 1,LM_Length
DO d = 0,DEGREE

Here = Map_To_FEM_Node(RE,d)
Here = Map_To_FEM_Node(RE-1,d)


TMP_Val_Psi = TMP_Val_Psi &
Expand Down

0 comments on commit 8a4dbb5

Please sign in to comment.