aboutsummaryrefslogtreecommitdiff
path: root/src/macro/CDK_declare.h
blob: 3674b0141dd7ed5e7697945ba9457517fda8db8e (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 "CactusEinstein/Einstein/src/macro/CDXCDK_declare.h"
#include "CactusEinstein/Einstein/src/macro/CDYCDK_declare.h"
#include "CactusEinstein/Einstein/src/macro/CDZCDK_declare.h"

#endif