chiark / gitweb /
rename subspace_dim to vector_storage, since not necessarily a subspace (and can...
[nlopt.git] / api / nlopt-in.hpp
index 09215fdc9fcd51eecf79788452fc01c161bb9a0a..ac98b138c2b039f716b2e8f3045269a64589195d 100644 (file)
@@ -476,7 +476,7 @@ namespace nlopt {
     }
 
     NLOPT_GETSET(unsigned, population)
-    NLOPT_GETSET(unsigned, subspace_dim)
+    NLOPT_GETSET(unsigned, vector_storage)
     NLOPT_GETSET_VEC(initial_step)
 
     void set_default_initial_step(const std::vector<double> &x) {