]> AND Private Git Repository - blast.git/blobdiff - GroupBlock.cpp
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
finished compat. computation
[blast.git] / GroupBlock.cpp
index 1560d98ce27c34998c3a49f6145062565641c6e2..1b307da2445350211fc6ad5f85b4cdf106144571 100644 (file)
@@ -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();