Skip to content

Commit

Permalink
minor syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
EamonnGlynn committed Jul 14, 2024
1 parent 55a3b72 commit af7bd2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pmpo_MPMesh_assembly.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ void MPMesh::assemblyVtx1() {
});

Kokkos::parallel_for("averaging", numVtx, KOKKOS_LAMBDA(const int vtx){
int nElms = NumElmsPerVtx(vtx,0);
int nElms = NumElmsPerVtx(vtx);
meshField(vtx, 0) = reconVals(vtx) / nElms;
});
}
Expand Down

0 comments on commit af7bd2d

Please sign in to comment.