aboutsummaryrefslogtreecommitdiff
path: root/src/macro/TRRICCI_declare.h
blob: 9c837e0edabd58f286f7ff6f8ac98c6222b504cd (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
37
38
39
40
41
42
43
44
/*@@
  @header   TRRICCI_guts.h
  @date     Aug 98
  @author   Gabrielle Allen
  @desc

  Declarations for macro to calculate the trace of 3-Ricci tensor

  @enddesc
@@*/

#ifndef TRRICCI_DECLARE
#define TRRICCI_DECLARE

#include "UPPERMET_declare.h"
#include "RICCI_declare.h"

#ifdef FCODE

/* Input variables */

/* Output variables */
#undef  TRRICCI_TRRICCI
#define TRRICCI_TRRICCI trricci_trricci

/* Declare output variables */
       CCTK_REAL TRRICCI_TRRICCI

#endif

#ifdef CCODE

/* Input variables */

/* Output variables */
#undef  TRRICCI_TRRICCI
#define TRRICCI_TRRICCI trricci_trricci

/* Declare output variables */
double TRRICCI_TRRICCI;

#endif

#endif