Skip to content
Snippets Groups Projects
Commit 2816eaab authored by Jan David Mol's avatar Jan David Mol
Browse files

Task #2669: fixed compiler warning for non-MPI targets

parent 161e2fbc
No related branches found
No related tags found
No related merge requests found
......@@ -796,9 +796,9 @@ template <typename SAMPLE_TYPE> void CN_Processing<SAMPLE_TYPE>::finishSendingBe
template <typename SAMPLE_TYPE> void CN_Processing<SAMPLE_TYPE>::receiveBeam(unsigned stream)
{
#if defined HAVE_MPI
unsigned nrSubbands= itsTranspose2Logic.nrSubbands( stream );
#if defined HAVE_MPI
static NSTimer asyncFirstReceiveTimer("wait for first async beam receive", true, true);
static NSTimer asyncNonfirstReceiveTimer("wait for subsequent async beam receive", true, true);
......
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