Skip to content

Commit

Permalink
num push
Browse files Browse the repository at this point in the history
  • Loading branch information
Angelyr committed Jul 12, 2024
1 parent ab9da1e commit 77be2eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/testFortranMPAdvection.f90
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ subroutine runReconstructionTest(mpMesh, numMPs, numPush, nCells, nVertices, mp2

! Test push reconstruction

do j = 1, 5
do j = 1, numPush
call calcSurfDispIncr(mpMesh, latVertex, lonVertex, nEdgesOnCell, verticesOnCell, nVertices, sphereRadius)
call polympo_setReconstructionOfMass(mpMesh,0,polympo_getMeshFElmType())
call polympo_setReconstructionOfMass(mpMesh,0,polympo_getMeshFVtxType())
Expand Down

0 comments on commit 77be2eb

Please sign in to comment.