Skip to content

Commit 61b2213

Browse files
committed
Remove debug output.
1 parent f6c031e commit 61b2213

File tree

2 files changed

+0
-24
lines changed

2 files changed

+0
-24
lines changed

src/Infrastructure/Mesh/src/ESMCI_MeshDual.C

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1608,11 +1608,6 @@ const MeshObjTopo *ElemType2Topo(int pdim, int sdim, int etype) {
16081608
vcurr[1]=ec[1];
16091609
vcurr[2]= sdim > 2 ? ec[2]:0.0;
16101610
MU_SUB_VEC3D(vcurr,vcurr,center);
1611-
1612-
// BOB DEBUG
1613-
if (node->get_id() == 714123) {
1614-
printf("BOB: nid=%d eid=%d ec=[%20.17f %20.17f %20.17f]\n",node->get_id(),elem_id,ec[0],ec[1],ec[2]);
1615-
}
16161611

16171612
// Calculate angle
16181613
// Do differentiate between 2D and 3D here to prevent inaccuracies

src/Infrastructure/Mesh/src/ESMCI_Mesh_Glue.C

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -471,9 +471,6 @@ void ESMCI_meshwritewarrays(Mesh **meshpp, char *fname, ESMCI_FortranStrLenArg n
471471

472472
char *filename = ESMC_F90toCstring(fname, nlen);
473473

474-
// printf("mg: nna=%d\n",num_nodeArrays);
475-
476-
477474
WriteMesh(**meshpp, filename,
478475
num_nodeArrays, nodeArrays,
479476
num_elemArrays, elemArrays);
@@ -865,22 +862,6 @@ void ESMCI_meshaddelements(Mesh **meshpp,
865862
}
866863
}
867864
}
868-
869-
// BOB DEBUG
870-
if (*_elemCoordsPresent) {
871-
for (auto e=0; e<num_elems; e++) {
872-
if ((elemId[e] == 1429564) ||
873-
(elemId[e] == 1410296) ||
874-
(elemId[e] == 1429565) ||
875-
(elemId[e] == 1429566) ||
876-
(elemId[e] == 1410298) ||
877-
(elemId[e] == 1410297)) {
878-
printf("BOB: eid=%d orig ec=[%20.17f %20.17f]\n",elemId[e],elemCoords[2*e],elemCoords[2*e+1]);
879-
}
880-
}
881-
}
882-
883-
884865

885866
// Variable indicating if any of the elements on this PET are split
886867
bool is_split_local=false;

0 commit comments

Comments
 (0)