aboutsummaryrefslogtreecommitdiff
path: root/src/macro/CDK_guts.h
blob: 527e4422c34e47cde10b5c43795fe85f16c66a33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*@@
  @header   CDK_guts.h
  @date     Aug 98
  @author   Gabrielle Allen
  @desc
  Macro to calculate all the first covariant derivatives of the 
  extrinsic curvature with respect to x, y, z
  @enddesc
@@*/

#ifndef CDK_GUTS
#define CDK_GUTS

#include "../../packages/CactusEinstein/Einstein/src/macro/CDXCDK_guts.h"
#include "../../packages/CactusEinstein/Einstein/src/macro/CDYCDK_guts.h"
#include "../../packages/CactusEinstein/Einstein/src/macro/CDZCDK_guts.h"

#endif