aboutsummaryrefslogtreecommitdiff
path: root/src/macro/DB_declare.h
blob: fabba8a24af6fbf9dd8e427ff3d7837fe206d887 (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   DB_declare.h
  @date     Jul 98
  @author   Gabrielle Allen
  @desc

  Declarations for macro to calculate all the first derivatives of the 
  shift vector with respect to x, y, z using the subsidary macros
  @seefile DXDB_guts.h @seefile DYDB_guts.h and @seefile DZDB_guts.h.

  Calls the macros @seefile DXDB_declare.h @seefile DYDB_declare.h
  and @seefile DZDB_declare.h.

  @enddesc
@@*/

#ifndef DB_DECLARE
#define DB_DECLARE

#include "CactusEinstein/Einstein/src/macro/DXDB_declare.h"
#include "CactusEinstein/Einstein/src/macro/DYDB_declare.h"
#include "CactusEinstein/Einstein/src/macro/DZDB_declare.h"

#endif