X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/blast.git/blobdiff_plain/3fb762e7042d9b4a1cf78556ad9ed7f117cc53ba..HEAD:/Parameters.h diff --git a/Parameters.h b/Parameters.h index e14b3fe..8d2fc8c 100644 --- a/Parameters.h +++ b/Parameters.h @@ -145,8 +145,7 @@ public : void destroyGraph(); inline Graph* getGraph() { return graph; } ReferenceBlock* getReferenceBlock(int idCategory, int idBlock); // get the reference block from its category and index - ReferenceBlock* getHiddenReferenceBlock(QString blockName); // get a hidden block by name, i.e. in category 100 - double getFeedingClockFrequency(AbstractInterface* iface); // determine at which freq. is synchronized iface + ReferenceBlock* getHiddenReferenceBlock(QString blockName); // get a hidden block by name, i.e. in category 100 void clear();