aboutsummaryrefslogtreecommitdiff
path: root/src/macro/DG_declare.h
blob: a2a31a4be5eaa4a9472fce921722f215e5ef31bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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