Skip to content

Commit 45030a1

Browse files
committed
Missing bracket
1 parent ac55908 commit 45030a1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/pmpo_MPMesh_assembly.hpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@ void MPMesh::assembleField(int vtxPerElm, int nCells, int nVerticesSolve, int nV
529529
Kokkos::deep_copy(arrayHost, array_full_d);
530530
pumipic::RecordTime("polyMPOgetAssemblyField", timer2.seconds());
531531

532-
MPMesh::startCommunication();
532+
//MPMesh::startCommunication();
533533
}
534534

535535
//Start Communication routine
@@ -624,9 +624,9 @@ void MPMesh::startCommunication(){
624624
}
625625

626626
if(self==0){
627-
printf("Reordered element IDs: ");
628-
for(auto id : reordered_elements)
629-
//printf("Id %d \n", id);
627+
printf("Reordered element IDs: ");
628+
for(auto id : reordered_elements)
629+
printf("Id %d \n", id);
630630
}
631631

632632
//Calculate Send Dispalcements

0 commit comments

Comments
 (0)