From 2bba7d602744ccd6dab26940661f0fdfbf231af8 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Sun, 25 Dec 2016 21:34:03 +0100 Subject: Refactor flowgraph and puncturing rules --- src/InputMemory.cpp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/InputMemory.cpp') diff --git a/src/InputMemory.cpp b/src/InputMemory.cpp index e27e967..c15c2b8 100644 --- a/src/InputMemory.cpp +++ b/src/InputMemory.cpp @@ -48,11 +48,10 @@ void InputMemory::setInput(Buffer* dataIn) } -int InputMemory::process(Buffer* dataIn, Buffer* dataOut) +int InputMemory::process(Buffer* dataOut) { - PDEBUG("InputMemory::process" - "(dataIn: %p, dataOut: %p)\n", - dataIn, dataOut); + PDEBUG("InputMemory::process (dataOut: %p)\n", + dataOut); *dataOut = *myDataIn; -- cgit v1.2.3