Skip to content

Commit d91ff1f

Browse files
committed
Fix called to ConstructMPIFacesStorage in ACOUSTIC solver
1 parent b5220da commit d91ff1f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Solver/src/libs/mesh/HexMesh.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2544,7 +2544,7 @@ subroutine HexMesh_SetConnectivitiesAndLinkFaces(self,nodes,facesList)
25442544
#elif defined(MULTIPHASE)
25452545
call ConstructMPIFacesStorage(self % MPIfaces, NCONS, NCONS, MPI_NDOFS)
25462546
#elif defined(ACOUSTIC)
2547-
call ConstructMPIFacesStorage(self % MPIfaces, NCONS, NCONS, MPI_NDOFS, NCONSB=NCONSB)
2547+
call ConstructMPIFacesStorage(self % MPIfaces, NCONS, NCONS, MPI_NDOFS, NCONSB_in=NCONSB)
25482548
#endif
25492549

25502550
#endif

0 commit comments

Comments
 (0)