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();
catch(Exception e) {
cout << qPrintable(block->getName()) << " is not compatible with his input pattern" << endl;
throw(e);
- }
- compatible = true;
+ }
try {
block->computeOutputPattern();