X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/blast.git/blobdiff_plain/7b1c7e44123b9b2626205a89e27b2a4712ea30c6..cf93fd850a8b6e9a6f40faed9f796a0e2fb0cedb:/GroupBlock.cpp?ds=inline diff --git a/GroupBlock.cpp b/GroupBlock.cpp index b6fc702..62fd6ec 100644 --- a/GroupBlock.cpp +++ b/GroupBlock.cpp @@ -125,8 +125,7 @@ void GroupBlock::computeOutputPattern(int nbExec) throw(Exception) { cout << "computing output pattern of group " << qPrintable(name) << endl; - bool canCompute = false; - bool compatible = false; + bool canCompute = false; // get the input pattern on each inputs createInputPattern(); @@ -170,8 +169,7 @@ void GroupBlock::computeOutputPattern(int nbExec) throw(Exception) { catch(Exception e) { cout << qPrintable(block->getName()) << " is not compatible with his input pattern" << endl; throw(e); - } - compatible = true; + } try { block->computeOutputPattern();