aboutsummaryrefslogtreecommitdiff
path: root/src/macro/DDG_guts.h
blob: cba25686af26d830f40adcf410206e2d30539991 (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
26
/*@@
  @header   DDG_guts.h
  @date     Jun 98
  @author   Gabrielle Allen
  @desc
  Macro to calculate all the second (and first) derivatives of the 
  physical metric with respect to x, y, z

  Calls the macros @seefile D??DG_guts.h and @seefile D?DG_guts.h

  The macro is defined in terms of standard variables in
  @seefile D??DG_declare.h ,@seefile D?DG_declare.h
  @enddesc
@@*/ 

#ifndef DDG_GUTS 
#define DDG_GUTS

#include "DXXDG_guts.h"
#include "DXYDG_guts.h"
#include "DXZDG_guts.h"
#include "DYYDG_guts.h"
#include "DYZDG_guts.h"
#include "DZZDG_guts.h"

#endif