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

Private GIT Repository
finished testbench generation
[blast.git] / BlockParameter.cpp
index 620714895e23fbd10cbf68755ac0e9a4607a1696..b4fce09b79c2d0288b6a3b8fbdb1efaf040cf03d 100644 (file)
@@ -42,7 +42,7 @@ int BlockParameter::getIntValue(bool* ok) {
 \r
 double BlockParameter::getDoubleValue(bool* ok) {\r
   if ((type == Real) || (type == Natural) || (type == Positive) || (type == Integer)) {\r
 \r
 double BlockParameter::getDoubleValue(bool* ok) {\r
   if ((type == Real) || (type == Natural) || (type == Positive) || (type == Integer)) {\r
-    *ok = true;\r
+    *ok = true;    \r
     return getValue().toDouble();\r
   }\r
   *ok = false;\r
     return getValue().toDouble();\r
   }\r
   *ok = false;\r