Skip to content

Commit

Permalink
Modify debug output.
Browse files Browse the repository at this point in the history
  • Loading branch information
oehmke committed Oct 28, 2024
1 parent dc6364c commit 50666dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Infrastructure/Mesh/src/Regridding/ESMCI_Interp.C
Original file line number Diff line number Diff line change
Expand Up @@ -3244,7 +3244,7 @@ void Interp::operator()(int fpair_num, IWeights &iw, bool set_dst_status, WMat &
int tst_id=7788;
if (elem.get_id() == tst_id) {
char buff[1024];
sprintf(buff,"BOB: elem_id=%d being set to 0.0",tst_id);
sprintf(buff,"BOB: Interp - elem_id=%d being init to 0.0",tst_id);
ESMC_LogDefault.Write(buff, ESMC_LOGMSG_INFO);
}

Expand Down Expand Up @@ -3298,7 +3298,7 @@ void Interp::operator()(int fpair_num, IWeights &iw, bool set_dst_status, WMat &
int tst_id=7788;
if (dst_elem.get_id() == tst_id) {
char buff[1024];
sprintf(buff,"BOB: elem_id=%d being set in Interp to %f",tst_id,tot);
sprintf(buff,"BOB: Interp - elem_id=%d being set to %f",tst_id,tot);
ESMC_LogDefault.Write(buff, ESMC_LOGMSG_INFO);
}

Expand Down

0 comments on commit 50666dc

Please sign in to comment.