X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/blast.git/blobdiff_plain/5d4e709cb8d460b2efc083e6e7999f1c3a0eb602..77e28a24d444098399304f0175b1aba43c83017f:/ReferenceBlock.h?ds=inline diff --git a/ReferenceBlock.h b/ReferenceBlock.h index b10c142..baa8aaf 100644 --- a/ReferenceBlock.h +++ b/ReferenceBlock.h @@ -68,7 +68,9 @@ public: private: // patterns - bool computeOutputPattern(int nbExec = -1); + void checkInputPatternCompatibility() throw(Exception); + void computeOutputPattern(int nbExec = -1) throw(Exception); + void computeAdmittanceDelays() throw(Exception); }; #endif // __REFERENCEBLOCK_H__