From b5fd4a6ab6ac92af2141233f802e71c861cd89f4 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Sun, 25 Dec 2016 14:11:26 +0100 Subject: Remove ModFormat --- src/GuardIntervalInserter.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/GuardIntervalInserter.cpp') diff --git a/src/GuardIntervalInserter.cpp b/src/GuardIntervalInserter.cpp index 50faf65..80ba900 100644 --- a/src/GuardIntervalInserter.cpp +++ b/src/GuardIntervalInserter.cpp @@ -35,9 +35,7 @@ GuardIntervalInserter::GuardIntervalInserter(size_t nbSymbols, size_t spacing, size_t nullSize, size_t symSize) : - ModCodec(ModFormat(nbSymbols * spacing * sizeof(complexf)), - ModFormat((nullSize + (nbSymbols * symSize)) - * sizeof(complexf))), + ModCodec(), d_nbSymbols(nbSymbols), d_spacing(spacing), d_nullSize(nullSize), @@ -48,7 +46,6 @@ GuardIntervalInserter::GuardIntervalInserter(size_t nbSymbols, if (d_nullSize) { myHasNull = true; - myInputFormat.size((d_nbSymbols + 1) * d_spacing * sizeof(complexf)); } else { myHasNull = false; } -- cgit v1.2.3