aboutsummaryrefslogtreecommitdiff
path: root/src/macro/DB_declare.h
blob: c1937ca528de598686f788ae8456b5c8d40f09b9 (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 "DXDB_declare.h"
#include "DYDB_declare.h"
#include "DZDB_declare.h"

#endif