aboutsummaryrefslogtreecommitdiff
path: root/src/macro/CDK_declare.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/macro/CDK_declare.h')
-rw-r--r--src/macro/CDK_declare.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/macro/CDK_declare.h b/src/macro/CDK_declare.h
new file mode 100644
index 0000000..47fd651
--- /dev/null
+++ b/src/macro/CDK_declare.h
@@ -0,0 +1,19 @@
+/*@@
+ @header CDG_declare.h
+ @date Aug 98
+ @author Gabrielle Allen
+ @desc
+
+ Declarations for macro to calculate all the first covariant
+ derivatives of the extrinsic curvature with respect to x, y, z.
+ @enddesc
+@@*/
+
+#ifndef CDK_DECLARE
+#define CDK_DECLARE
+
+#include "../../packages/CactusEinstein/Einstein/src/macro/CDXCDK_declare.h"
+#include "../../packages/CactusEinstein/Einstein/src/macro/CDYCDK_declare.h"
+#include "../../packages/CactusEinstein/Einstein/src/macro/CDZCDK_declare.h"
+
+#endif