From f80ad2b27d9f6e4afd3f1033d1cb157855216f49 Mon Sep 17 00:00:00 2001 From: stevenj Date: Thu, 26 May 2011 14:20:41 -0400 Subject: [PATCH] F77 api for upper-case linkage should use set/get vector_storage, not subspace_dim darcs-hash:20110526182041-c8de0-97bb6e5ae2dcd0d4390c2a6461073e148e654bde.gz --- api/f77funcs_.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/f77funcs_.h b/api/f77funcs_.h index 33def96..f237231 100644 --- a/api/f77funcs_.h +++ b/api/f77funcs_.h @@ -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) -- 2.30.2