@@ -2161,7 +2161,7 @@ program ESMF_MeshUTest
2161
2161
2162
2162
call ESMF_Test(((rc .eq. ESMF_SUCCESS) .and. correct), name, failMsg, result, ESMF_SRCLINE)
2163
2163
!- ----------------------------------------------------------------------------
2164
- # endif
2164
+
2165
2165
2166
2166
!- ----------------------------------------------------------------------------
2167
2167
! NOTE THAT MeshCreateDual IS CURRENTLY AN INTERNAL INTERFACE AND NOT INTENDED FOR PUBLIC USE
@@ -2199,13 +2199,6 @@ program ESMF_MeshUTest
2199
2199
call ESMF_Test(((rc .eq. ESMF_SUCCESS) .and. correct), name, failMsg, result, ESMF_SRCLINE)
2200
2200
!- ----------------------------------------------------------------------------
2201
2201
2202
- #if 1
2203
-
2204
- ! mbmesh - tests fail
2205
- ! element triangulation in native create not yet migrated to mbmesh
2206
-
2207
- #if 0
2208
-
2209
2202
!- ----------------------------------------------------------------------------
2210
2203
! NEX_UTest
2211
2204
write (name, * ) " Mesh Create with a multipart element"
@@ -2229,7 +2222,7 @@ program ESMF_MeshUTest
2229
2222
call ESMF_Test(((rc .eq. ESMF_SUCCESS) .and. correct), name, failMsg, result, ESMF_SRCLINE)
2230
2223
!- ----------------------------------------------------------------------------
2231
2224
2232
- ! preprocessing before native mesh create not yet migrated to mbmesh
2225
+
2233
2226
!- ----------------------------------------------------------------------------
2234
2227
! NEX_UTest
2235
2228
write (name, * ) " Mesh create easy elems"
@@ -2259,7 +2252,6 @@ program ESMF_MeshUTest
2259
2252
2260
2253
call ESMF_Test(((rc .eq. ESMF_SUCCESS) .and. correct), name, failMsg, result, ESMF_SRCLINE)
2261
2254
!- ----------------------------------------------------------------------------
2262
- #endif
2263
2255
2264
2256
!- ----------------------------------------------------------------------------
2265
2257
! NEX_UTest
0 commit comments