chiark / gitweb /
autoconfiscated, and got to compile
[nlopt.git] / stogo / global.h
index a6b568e0f93c1c45a0f141244d34e51d4b059027..26a6ab85a700e32c64a33848fbfd90d6f1cc727c 100644 (file)
@@ -44,8 +44,8 @@ public:
                return Objective(xy);
           case GRADIENT_ONLY:
                Gradient(xy, grad);
-               return 0.0;
        }
+       return 0.0;
   }
                                   
   Global(RTBox, Pobj, Pgrad, GlobalParams);