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

Private GIT Repository
finished compat. computation
[blast.git] / ReferenceBlock.h
index 2e34984d09dbd8f4ee7be82d15056224e31fc5bd..8212fcd5afb75117b840733d375d4dfb2bd5ff24 100644 (file)
@@ -68,7 +68,8 @@ public:
   
 private:
   // patterns
   
 private:
   // patterns
-  void computeOutputPattern(int nbExec = -1);
+  bool checkInputPatternCompatibility();
+  bool computeOutputPattern(int nbExec = -1);
 };
 
 #endif // __REFERENCEBLOCK_H__
 };
 
 #endif // __REFERENCEBLOCK_H__