aboutsummaryrefslogtreecommitdiff
path: root/src/Operators.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Operators.h')
-rw-r--r--src/Operators.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/Operators.h b/src/Operators.h
new file mode 100644
index 0000000..72618e4
--- /dev/null
+++ b/src/Operators.h
@@ -0,0 +1,15 @@
+#ifndef OPERATORS_H
+#define OPERATORS_H
+
+#include <cctk.h>
+
+CCTK_INT
+MoL_LinearCombination(cGH const *const cctkGH,
+ CCTK_INT const var,
+ CCTK_REAL const scale,
+ CCTK_INT const srcs[],
+ CCTK_INT const tls[],
+ CCTK_REAL const facts[],
+ CCTK_INT const nsrcs);
+
+#endif // #ifndef OPERATORS_H