Skip to content

Commit 00643ff

Browse files
committed
Removed print statement
1 parent 4b6930f commit 00643ff

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/testFortranMPAppIDs.f90

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ subroutine testAppIDPointer(mpMesh) &
6868
!This is a dummy array of global Cell IDs for each mesh element
6969
call polympo_setElmGlobal(mpMesh, nCells, c_loc(globalElms))
7070
call polympo_createMPs(mpMesh, nCells, numMPs, c_loc(mpsPerElm), c_loc(mp2Elm), c_loc(isMPActive))
71-
print *, "Done here"
7271
call polympo_setMPICommunicator(mpMesh, mpi_comm_handle)
7372
! Set function and opaque data structure(list/queue) used to retrieve appIDS
7473
call polympo_setAppIDFunc(mpMesh, c_funloc(GetAppID), c_loc(queue));

0 commit comments

Comments
 (0)