aboutsummaryrefslogtreecommitdiff
path: root/src/macro/NABA_declare.h
blob: 900f5f1d34c165c521754c4f355074b6875ec8b1 (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
27
28
29
30
31
32
33
34
35
36
/*@@
  @header   NABA_declare.h
  @date     Jul 98
  @author   Gabrielle Allen
  @desc
  Declarations for macro to calculate the nabla operator acting on the lapse

  That is alpha_i^i
  @enddesc
@@*/

#ifndef NABA_DECLARE
#define NABA_DECLARE

#include "UPPERMET_declare.h"
#include "CDCDA_declare.h"

/* Output variables */ 
#undef  NABA_NABA
#define NABA_NABA naba_naba

#ifdef FCODE

/* Declare output variables */
      CCTK_REAL NABA_NABA

#endif

#ifdef CCODE

/* Declare output variables */
      CCTK_REAL  NABA_NABA;

#endif

#endif