aboutsummaryrefslogtreecommitdiff
path: root/src/macro/CDK_declare.h
blob: 47fd651ce525b71e498aa4c801a922ac3081b85b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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