summaryrefslogtreecommitdiff
path: root/src/EOS_GeneralHybrid.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/EOS_GeneralHybrid.h')
-rwxr-xr-xsrc/EOS_GeneralHybrid.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/EOS_GeneralHybrid.h b/src/EOS_GeneralHybrid.h
new file mode 100755
index 0000000..8c98260
--- /dev/null
+++ b/src/EOS_GeneralHybrid.h
@@ -0,0 +1,15 @@
+#ifndef EOS_GENERALHYBRID_H
+#define EOS_GENERALHYBRID_H
+
+#include "cctk.h"
+
+#define N_INDEPS 2
+#define N_DEPS 4
+
+CCTK_INT EOS_GeneralHybrid_SetArray(const CCTK_INT param_table,
+ const CCTK_INT n_elems,
+ const CCTK_POINTER* indep_vars,
+ const CCTK_INT* which_deps_to_set,
+ CCTK_POINTER* dep_vars);
+
+#endif