aboutsummaryrefslogtreecommitdiff
path: root/src/macro/DK_declare.h
blob: e55c2f6fa35f6b7f621eade04bc305605d809289 (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
/*@@
  @header   DG_declare.h
  @date     Jun 98
  @author   Gabrielle Allen
  @desc

  Declarations for macro to calculate all the first derivatives of the 
  extrinsic curvature with respect to x, y, z using the subsidary macros
  @seefile DXDK_guts.h @seefile DYDK_guts.h and @seefile DZDK_guts.h.

  Calls the macros @seefile DXDK_declare.h @seefile DYDK_declare.h
  and @seefile DZDK_declare.h.

  @enddesc
@@*/

#ifndef DK_DECLARE
#define DK_DECLARE

#include "DXDK_declare.h"
#include "DYDK_declare.h"
#include "DZDK_declare.h"

#endif