chiark / gitweb /
F77 api for upper-case linkage should use set/get vector_storage, not subspace_dim
authorstevenj <stevenj@alum.mit.edu>
Thu, 26 May 2011 18:20:41 +0000 (14:20 -0400)
committerstevenj <stevenj@alum.mit.edu>
Thu, 26 May 2011 18:20:41 +0000 (14:20 -0400)
darcs-hash:20110526182041-c8de0-97bb6e5ae2dcd0d4390c2a6461073e148e654bde.gz

api/f77funcs_.h

index 33def9664f061d440f766b7dbec998c809e23d2c..f237231f134e3734b6e0ace61ffca850d3d20cf9 100644 (file)
@@ -157,7 +157,7 @@ void F77_(nlo_force_stop,NLO_FORCE_STOP)(int *ret, nlopt_opt *opt) {
 
 F77_SET(local_optimizer, LOCAL_OPTIMIZER, nlopt_opt)
 F77_GETSET(population, POPULATION, unsigned)
-F77_GETSET(vector_storage, SUBSPACE_DIM, unsigned)
+F77_GETSET(vector_storage, vector_storage, unsigned)
 
 F77_SETA(default_initial_step, DEFAULT_INITIAL_STEP, double)
 F77_SETA(initial_step, INITIAL_STEP, double)