bool GroupBlock::checkInputPatternCompatibility() {
return true;
+
}
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();