aboutsummaryrefslogtreecommitdiff
path: root/Carpet/LoopControl/src/lc_auto.h
diff options
context:
space:
mode:
Diffstat (limited to 'Carpet/LoopControl/src/lc_auto.h')
-rw-r--r--Carpet/LoopControl/src/lc_auto.h31
1 files changed, 0 insertions, 31 deletions
diff --git a/Carpet/LoopControl/src/lc_auto.h b/Carpet/LoopControl/src/lc_auto.h
deleted file mode 100644
index a89db6aa8..000000000
--- a/Carpet/LoopControl/src/lc_auto.h
+++ /dev/null
@@ -1,31 +0,0 @@
-#ifndef LC_AUTO_H
-#define LC_AUTO_H
-
-#include <cctk.h>
-
-#include "lc_siman.h"
-#include "loopcontrol.h"
-
-
-
-/* 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_state_t state;
- double time;
-};
-
-
-
-void
-lc_auto_init (lc_statset_t * restrict const ls,
- lc_state_t * restrict const state);
-
-void
-lc_auto_finish (lc_statset_t * restrict const ls,
- lc_stattime_t const * restrict const lt);
-
-#endif /* #ifndef LC_AUTO_H */