Skip to content

Commit

Permalink
Merge pull request #34 from DUNE-DAQ/hristova/tp_readouttype_fix
Browse files Browse the repository at this point in the history
Hristova/tp readouttype fix
  • Loading branch information
ShyamB97 authored Apr 21, 2022
2 parents ffa96ed + ce275d0 commit 5b34208
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.12)
project(flxlibs VERSION 1.4.0)
project(flxlibs VERSION 1.5.0)

find_package(daq-cmake REQUIRED)

Expand Down
4 changes: 2 additions & 2 deletions test/apps/test_tp_elinkhandler_app.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 5b34208

Please sign in to comment.