aboutsummaryrefslogtreecommitdiff
path: root/src/macro/DG_declare.h
blob: 185a7dbbfb31cccb18e91b957d32c31e76062e60 (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 
  physical metric with respect to x, y, z using the subsidary macros
  @seefile DXDG_guts.h @seefile DYDG_guts.h and @seefile DZDG_guts.h.

  Calls the macros @seefile DXDG_declare.h @seefile DYDG_declare.h
  and @seefile DZDG_declare.h.

  @enddesc
@@*/

#ifndef DG_DECLARE
#define DG_DECLARE

#include "DXDG_declare.h"
#include "DYDG_declare.h"
#include "DZDG_declare.h"

#endif