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

Private GIT Repository
changed ref/impls xsd and xml
[blast.git] / SpecialBlock.cpp
index 8edff6f9adc6a448add3220bafaacc15f16faafd..2d225e2ea3e389f89645f0abedec850026a04f05 100644 (file)
@@ -12,10 +12,7 @@ void SpecialBlock::checkInputPatternCompatibility() throw(Exception) {
     switch(type) {\r
     case ClockConvert :\r
       checkInputPatternCompatibilityClockConvert();\r
-      break;\r
-    case ClkRstGen:\r
-      checkInputPatternCompatibilityClkRstGen();\r
-      break;\r
+      break;    \r
     }\r
   }\r
   catch(Exception e) {\r
@@ -28,10 +25,7 @@ void SpecialBlock::computeOutputPattern(int nbExec) throw(Exception) {
     switch(type) {\r
     case ClockConvert :\r
       computeOutputPatternClockConvert(nbExec);\r
-      break;\r
-    case ClkRstGen:\r
-      computeOutputPatternClkRstGen(nbExec);\r
-      break;\r
+      break;    \r
     }\r
   }\r
   catch(Exception e) {\r
@@ -45,7 +39,3 @@ void SpecialBlock::computeOutputPatternClockConvert(int nbExec) throw(Exception)
 }\r
 \r
 \r
-void SpecialBlock::checkInputPatternCompatibilityClkRstGen() throw(Exception) {\r
-}\r
-void SpecialBlock::computeOutputPatternClkRstGen(int nbExec) throw(Exception) {\r
-}\r