Skip to content

Commit 61f62a4

Browse files
committed
Re-enable tests that were accidentally disabled.
1 parent 12fe8a0 commit 61f62a4

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

src/Infrastructure/Mesh/tests/ESMF_MeshUTest.F90

+2-10
Original file line numberDiff line numberDiff line change
@@ -2161,7 +2161,7 @@ program ESMF_MeshUTest
21612161

21622162
call ESMF_Test(((rc .eq. ESMF_SUCCESS) .and. correct), name, failMsg, result, ESMF_SRCLINE)
21632163
!-----------------------------------------------------------------------------
2164-
#endif
2164+
21652165

21662166
!-----------------------------------------------------------------------------
21672167
! NOTE THAT MeshCreateDual IS CURRENTLY AN INTERNAL INTERFACE AND NOT INTENDED FOR PUBLIC USE
@@ -2199,13 +2199,6 @@ program ESMF_MeshUTest
21992199
call ESMF_Test(((rc .eq. ESMF_SUCCESS) .and. correct), name, failMsg, result, ESMF_SRCLINE)
22002200
!-----------------------------------------------------------------------------
22012201

2202-
#if 1
2203-
2204-
! mbmesh - tests fail
2205-
! element triangulation in native create not yet migrated to mbmesh
2206-
2207-
#if 0
2208-
22092202
!-----------------------------------------------------------------------------
22102203
!NEX_UTest
22112204
write(name, *) "Mesh Create with a multipart element"
@@ -2229,7 +2222,7 @@ program ESMF_MeshUTest
22292222
call ESMF_Test(((rc .eq. ESMF_SUCCESS) .and. correct), name, failMsg, result, ESMF_SRCLINE)
22302223
!-----------------------------------------------------------------------------
22312224

2232-
! preprocessing before native mesh create not yet migrated to mbmesh
2225+
22332226
!-----------------------------------------------------------------------------
22342227
!NEX_UTest
22352228
write(name, *) "Mesh create easy elems"
@@ -2259,7 +2252,6 @@ program ESMF_MeshUTest
22592252

22602253
call ESMF_Test(((rc .eq. ESMF_SUCCESS) .and. correct), name, failMsg, result, ESMF_SRCLINE)
22612254
!-----------------------------------------------------------------------------
2262-
#endif
22632255

22642256
!-----------------------------------------------------------------------------
22652257
!NEX_UTest

0 commit comments

Comments
 (0)