Skip to content

Commit eeccb72

Browse files
committed
Comment out debug output.
1 parent 4ed974c commit eeccb72

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Infrastructure/Mesh/tests/ESMC_MeshUTest.c

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -388,10 +388,15 @@ int main(void){
388388
localrc = ESMC_MeshAddElements(mesh, numElems, elemIds, elemTypes, elemConn, NULL, NULL, NULL);
389389
if (localrc != ESMF_SUCCESS) rc=ESMF_FAILURE;
390390

391+
// DEBUG OUTPUT
392+
// localrc=ESMC_MeshWrite(mesh, "testMesh3D");
393+
//if (localrc != ESMF_SUCCESS) rc=ESMF_FAILURE;
394+
391395
// Get rid of the mesh
392396
localrc = ESMC_MeshDestroy(&mesh);
393397
if (localrc != ESMF_SUCCESS) rc=ESMF_FAILURE;
394398

399+
// Check results
395400
ESMC_Test((rc==ESMF_SUCCESS), name, failMsg, &result, __FILE__, __LINE__, 0);
396401
//----------------------------------------------------------------------------
397402

0 commit comments

Comments
 (0)