aboutsummaryrefslogtreecommitdiff
path: root/src/macro/DK_guts.h
blob: f525f182451cfe297e6b89e4068d650a932a1703 (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
25
/*@@
  @header   DK_guts.h
  @date     Jul 98
  @author   Gabrielle Allen
  @desc
  Macro to calculate all the first derivatives of the 
  extrinsic curvature with respect to x, y, z

  Calls the macros @seefile DXDK_guts.h @seefile DYDK_guts.h
  and @seefile DZDK_guts.h.

  The macro is defined in terms of standard variables in
  @seefile DXDK_declare.h ,@seefile DYDK_declare.h and
  @seefile DZDK_declare.h
  @enddesc
@@*/

#ifndef DK_GUTS
#define DK_GUTS

#include "../../packages/CactusEinstein/Einstein/src/macro/DXDK_guts.h"
#include "../../packages/CactusEinstein/Einstein/src/macro/DYDK_guts.h"
#include "../../packages/CactusEinstein/Einstein/src/macro/DZDK_guts.h"

#endif