chiark / gitweb /
rename subspace_dim to vector_storage, since not necessarily a subspace (and can...
[nlopt.git] / swig / nlopt-exceptions.i
index 6dac57a6d4a317784abce9757a1d204eadb4a822..625914a30d86a07d7d06df76d829aa5a012e49da 100644 (file)
@@ -62,7 +62,7 @@ GETSET_EXCEPT(force_stop, int)
 %catches(std::bad_alloc,std::invalid_argument) nlopt::opt::set_local_optimizer(const opt &lo);
 
 GETSET_EXCEPT(population, unsigned)
-GETSET_EXCEPT(subspace_dim, unsigned)
+GETSET_EXCEPT(vector_storage, unsigned)
 GETSETVEC_EXCEPT(initial_step)
 
 %catches(std::bad_alloc,std::invalid_argument) nlopt::opt::set_default_initial_step(const std::vector<double> &x);