aboutsummaryrefslogtreecommitdiff
path: root/src/macro/DB_guts.h
blob: 1488a494c2d3ddff3462b35323e4ec1ba7e08b1f (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   DB_guts.h
  @date     Jul 98
  @author   Gabrielle Allen
  @desc
  Macro to calculate all the first derivatives of the 
  shift vector with respect to x, y, z

  Calls the macros @seefile DXDB_guts.h @seefile DYDB_guts.h
  and @seefile DZDB_guts.h.

  The macro is defined in terms of standard variables in
  @seefile DXDB_declare.h ,@seefile DYDB_declare.h and
  @seefile DZDB_declare.h
  @enddesc
@@*/

#ifndef DB_GUTS
#define DB_GUTS

#include "DXDB_guts.h"
#include "DYDB_guts.h"
#include "DZDB_guts.h"

#endif