X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/blast.git/blobdiff_plain/cfe8322b50c9ef08ffbc3e52b0849bca4cd1d0bf..756baf5c8eaf003e8271dab9c395de2b0e704857:/ReferenceBlock.h

diff --git a/ReferenceBlock.h b/ReferenceBlock.h
index 2e34984..baa8aaf 100644
--- a/ReferenceBlock.h
+++ b/ReferenceBlock.h
@@ -68,7 +68,9 @@ public:
   
 private:
   // patterns
-  void computeOutputPattern(int nbExec = -1);
+  void checkInputPatternCompatibility() throw(Exception);
+  void computeOutputPattern(int nbExec = -1) throw(Exception);
+  void computeAdmittanceDelays() throw(Exception);
 };
 
 #endif // __REFERENCEBLOCK_H__