Skip to content
Snippets Groups Projects
Commit 70ce706f authored by Jorrit Schaap's avatar Jorrit Schaap
Browse files

SW-835: moved more tbb (test) files into seperate lofar package TBBWriter.

parent d63f5d4c
No related branches found
No related tags found
1 merge request!88Resolve SW-835
# $Id$ # $Id$
lofar_add_sbin_program(udp-copy udp-copy.c common.c) lofar_add_sbin_program(udp-copy udp-copy.c common.c)
lofar_add_sbin_program(tbb-crc-test tbb-crc-test.cc)
lofar_add_sbin_program(tbb-printframes tbb-printframes.cc)
...@@ -27,3 +27,5 @@ lofar_add_bin_program(versiontbbwriter versiontbbwriter.cc) ...@@ -27,3 +27,5 @@ lofar_add_bin_program(versiontbbwriter versiontbbwriter.cc)
lofar_add_bin_program(TBB_Writer TBB_Writer_main.cc) lofar_add_bin_program(TBB_Writer TBB_Writer_main.cc)
lofar_add_sbin_program(tbb-crc-test tbb-crc-test.cc)
lofar_add_sbin_program(tbb-printframes tbb-printframes.cc)
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
#include <iostream> #include <iostream>
#include <Common/Exceptions.h> #include <Common/Exceptions.h>
#include <OutputProc/TBB_StaticMapping.h> #include <TBBWriter/TBB_StaticMapping.h>
using namespace std; using namespace std;
using namespace LOFAR; using namespace LOFAR;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment