X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/blast.git/blobdiff_plain/d111eaf49741a0a79d372445f97c314a637e331e..8d3e09e430e829b9d847847334cbfe37790baca3:/ReferenceBlock.cpp diff --git a/ReferenceBlock.cpp b/ReferenceBlock.cpp index f8a99ca..ae7f0ce 100644 --- a/ReferenceBlock.cpp +++ b/ReferenceBlock.cpp @@ -566,3 +566,7 @@ QDataStream& operator>>(QDataStream &in, ReferenceBlock &b) { return in; } + +void ReferenceBlock::computeOutputPattern(int nbExec) { + // does strictly nothing +}