-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #34 from DUNE-DAQ/hristova/tp_readouttype_fix
Hristova/tp readouttype fix
- Loading branch information
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -172,8 +172,8 @@ main(int argc, char* argv[]) | |
|
||
std::ostringstream oss; | ||
rwtpp->m_head.print(oss); | ||
types::RAW_WIB_TRIGGERPRIMITIVE_STRUCT rwtps; | ||
rwtps.rwtp.reset(rwtpp); | ||
//types::RAW_WIB_TRIGGERPRIMITIVE_STRUCT rwtps; // TODO 2022-04-21 [email protected]: currently this pointer has been removed | ||
//rwtps.rwtp.reset(rwtpp); | ||
TLOG() << oss.str(); | ||
|
||
if (amount > 1000) { | ||
|