Skip to content

Commit

Permalink
Bring back _DBG_{_} macros
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanwbrei committed Sep 15, 2024
1 parent b44bce3 commit 739cec2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/libraries/JANA/Compatibility/JStreamLog.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,7 @@ extern JStreamLog jout;
extern JStreamLog jerr;
#define jendl std::endl

#define _DBG_ std::cerr<<__FILE__<<":"<<__LINE__<<" "
#define _DBG__ std::cerr<<__FILE__<<":"<<__LINE__<<std::endl


0 comments on commit 739cec2

Please sign in to comment.