X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/blast.git/blobdiff_plain/84eeae848c9d322ea4c935b8ec7338f69becbc10..c8c1e24dac94abfacb78fb3b661c9a5dbbb0d86a:/GroupBlock.cpp diff --git a/GroupBlock.cpp b/GroupBlock.cpp index 1560d98..1b307da 100644 --- a/GroupBlock.cpp +++ b/GroupBlock.cpp @@ -115,6 +115,7 @@ void GroupBlock::createInputPattern() { bool GroupBlock::checkInputPatternCompatibility() { return true; + } bool GroupBlock::computeOutputPattern(int nbExec) { @@ -126,8 +127,8 @@ bool GroupBlock::computeOutputPattern(int nbExec) { cout << "computing output pattern of group " << qPrintable(name) << endl; - bool canCompute = true; - bool compatible = true; + bool canCompute = false; + bool compatible = false; // get the input pattern on each inputs createInputPattern();