From 3215a191496ef0f9807d3b574151e91ebc27ca8a Mon Sep 17 00:00:00 2001 From: Erik Schnetter Date: Wed, 10 Oct 2007 13:39:00 +0000 Subject: LoopControl: Big update, introducing a hill climbing algorithm darcs-hash:20071010133923-dae7b-a3406485d61ab795191655c89a16e2ae2c487978.gz --- Carpet/LoopControl/src/lc_auto.h | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'Carpet/LoopControl/src/lc_auto.h') diff --git a/Carpet/LoopControl/src/lc_auto.h b/Carpet/LoopControl/src/lc_auto.h index a0c7b1798..a89db6aa8 100644 --- a/Carpet/LoopControl/src/lc_auto.h +++ b/Carpet/LoopControl/src/lc_auto.h @@ -8,18 +8,13 @@ -typedef struct lc_auto_position_t { - int topology; - int tiling[3]; -} lc_auto_position_t; - /* no typedef here; forward declcared in loopcontrol.h */ struct lc_auto_state_t { lc_siman_params_t siman_params; gsl_rng * rng; lc_siman_state_t * siman_state; - lc_auto_position_t position; + lc_state_t state; double time; }; @@ -27,8 +22,7 @@ struct lc_auto_state_t { void lc_auto_init (lc_statset_t * restrict const ls, - int * restrict const topology, - int tiling[3]); + lc_state_t * restrict const state); void lc_auto_finish (lc_statset_t * restrict const ls, -- cgit v1.2.3