summaryrefslogtreecommitdiff
path: root/src/EOS_GeneralHybrid.h
blob: 8c9826075591cc1e7d7cc1d06a9455de54685e85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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