X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/blast.git/blobdiff_plain/5d4e709cb8d460b2efc083e6e7999f1c3a0eb602..2bdaa0aa3fab52f0808f60d9bbdabcd56d0efae9:/BlockParameter.cpp?ds=inline

diff --git a/BlockParameter.cpp b/BlockParameter.cpp
index 6207148..b4fce09 100644
--- a/BlockParameter.cpp
+++ b/BlockParameter.cpp
@@ -42,7 +42,7 @@ int BlockParameter::getIntValue(bool* ok) {
 
 double BlockParameter::getDoubleValue(bool* ok) {
   if ((type == Real) || (type == Natural) || (type == Positive) || (type == Integer)) {
-    *ok = true;
+    *ok = true;    
     return getValue().toDouble();
   }
   *ok = false;