aboutsummaryrefslogtreecommitdiff
path: root/src/macro/DG_declare.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/macro/DG_declare.h')
-rw-r--r--src/macro/DG_declare.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/macro/DG_declare.h b/src/macro/DG_declare.h
new file mode 100644
index 0000000..a2a31a4
--- /dev/null
+++ b/src/macro/DG_declare.h
@@ -0,0 +1,24 @@
+/*@@
+ @header DG_declare.h
+ @date Jun 98
+ @author Gabrielle Allen
+ @desc
+
+ Declarations for macro to calculate all the first derivatives of the
+ physical metric with respect to x, y, z using the subsidary macros
+ @seefile DXDG_guts.h @seefile DYDG_guts.h and @seefile DZDG_guts.h.
+
+ Calls the macros @seefile DXDG_declare.h @seefile DYDG_declare.h
+ and @seefile DZDG_declare.h.
+
+ @enddesc
+@@*/
+
+#ifndef DG_DECLARE
+#define DG_DECLARE
+
+#include "../../packages/CactusEinstein/Einstein/src/macro/DXDG_declare.h"
+#include "../../packages/CactusEinstein/Einstein/src/macro/DYDG_declare.h"
+#include "../../packages/CactusEinstein/Einstein/src/macro/DZDG_declare.h"
+
+#endif