aboutsummaryrefslogtreecommitdiff
path: root/src/macro/DK_guts.h
blob: 23f0d59bd83d2da2d8677e4d6d27909a1e367608 (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 "DXDK_guts.h"
#include "DYDK_guts.h"
#include "DZDK_guts.h"

#endif