aboutsummaryrefslogtreecommitdiff
path: root/src/macro/STRESSENERGY_guts.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/macro/STRESSENERGY_guts.h')
-rw-r--r--src/macro/STRESSENERGY_guts.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/macro/STRESSENERGY_guts.h b/src/macro/STRESSENERGY_guts.h
index 565cb90..df120ba 100644
--- a/src/macro/STRESSENERGY_guts.h
+++ b/src/macro/STRESSENERGY_guts.h
@@ -11,7 +11,7 @@
#ifndef STRESSENERGY_GUTS
#define STRESSENERGY_GUTS
-c These geometrical quantities are supplied for CalcTmunu
+/* These geometrical quantities are supplied for CalcTmunu */
#include "DETG_guts.h"
#include "UPPERMET_guts.h"
@@ -21,7 +21,7 @@ c These geometrical quantities are supplied for CalcTmunu
detg = DETG_DETCG
-c Zero the stress-energy tensor
+/* Zero the stress-energy tensor */
STRESSENERGY_TTT = 0.0D0; STRESSENERGY_TTX = 0.0D0
STRESSENERGY_TTY = 0.0D0; STRESSENERGY_TTZ = 0.0D0
@@ -30,11 +30,11 @@ c Zero the stress-energy tensor
STRESSENERGY_TYZ = 0.0D0; STRESSENERGY_TZZ = 0.0D0
-c Calculate the stress-energy tensor
+/* Calculate the stress-energy tensor */
#include "CalcTmunu.inc"
-c Calculate the trace of the stress-energy tensor
+/* Calculate the trace of the stress-energy tensor */
#include "TRT_guts.h"
#endif