Skip to content

Commit 3935c5b

Browse files
committed
A couple of comments in the tests
1 parent 189d00a commit 3935c5b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

test/testFortranMPAdvection.f90

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,7 @@ program main
260260
verticesOnCell, cellsOnCell)
261261
if (onSphere .ne. 'YES') then
262262
write (*,*) "The mesh is not spherical!"
263+
write (*,*) "Gnomonic Projection is used currently for spehrical meshes, alternative for planar meshes not supported !"
263264
call exit(1)
264265
end if
265266

@@ -273,8 +274,9 @@ program main
273274
latVertex, &
274275
xCell, yCell, zCell, &
275276
verticesOnCell, cellsOnCell)
276-
277+
277278
call polympo_setGnomonicProjection(mpMesh)
279+
278280
call polympo_setMPICommunicator(mpMesh, mpi_comm_handle);
279281

280282
!createMPs

test/testFortranMPReconstruction.f90

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ program main
6464
verticesOnCell, cellsOnCell, areaTriangle)
6565
if (onSphere .ne. 'YES') then
6666
write (*,*) "The mesh is not spherical!"
67+
write (*,*) "Gnomonic Projection is used currently for spehrical meshes, alternative for planar meshes not supported !"
6768
call exit(1)
6869
end if
6970

0 commit comments

Comments
 (0)