X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/blast.git/blobdiff_plain/2019e5afdaf7fd0ad21607848710348bbc3be256..84eeae848c9d322ea4c935b8ec7338f69becbc10:/ReferenceBlock.cpp diff --git a/ReferenceBlock.cpp b/ReferenceBlock.cpp index 12db4b4..89bde3a 100644 --- a/ReferenceBlock.cpp +++ b/ReferenceBlock.cpp @@ -567,6 +567,10 @@ QDataStream& operator>>(QDataStream &in, ReferenceBlock &b) { return in; } +bool ReferenceBlock::checkInputPatternCompatibility() { + return false; +} + bool ReferenceBlock::computeOutputPattern(int nbExec) { // does strictly nothing return false;