aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreschnett <eschnett@9c56c927-b35f-42c5-a3f6-df2e9f55b230>2010-09-23 23:30:30 +0000
committereschnett <eschnett@9c56c927-b35f-42c5-a3f6-df2e9f55b230>2010-09-23 23:30:30 +0000
commit1f7c7363a05c425ab674a303011eb101d8f34c9f (patch)
tree98c1269e9a4a674c9e1c94d178e6daabcebe3958
parent0489539995a380d597934db61c3f91800212c63e (diff)
Change comment syntax to avoid spurious syntax errors on some AIX systems
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEOS/EOS_Hybrid/trunk@7 9c56c927-b35f-42c5-a3f6-df2e9f55b230
-rw-r--r--src/EOS_Hybrid_Startup.F28
1 files changed, 14 insertions, 14 deletions
diff --git a/src/EOS_Hybrid_Startup.F b/src/EOS_Hybrid_Startup.F
index 24111d4..d298ff0 100644
--- a/src/EOS_Hybrid_Startup.F
+++ b/src/EOS_Hybrid_Startup.F
@@ -61,20 +61,20 @@
end if
-c$$$ all these are now set by the polytropic EOS
-
-c$$$ These constants match the values in RNSID: consts.h
-
-c$$$ m_solar_cgs = 1.987d33
-c$$$ c_cgs = 2.9979d10
-c$$$ G_cgs = 6.6732d-8
-c$$$
-c$$$ m_solar_geom = G_cgs / c_cgs**2 * m_solar_cgs
-c$$$ p_geom_factor = G_cgs / c_cgs**4 * m_solar_geom**2
-c$$$ rho_geom_factor = p_geom_factor * c_cgs**2
-c$$$ rho_geom_factor_inv = 1.d0 / rho_geom_factor
-c$$$
-c$$$ eos_k_cgs = eos_k * rho_geom_factor**gamma_ini / p_geom_factor
+cccc all these are now set by the polytropic EOS
+
+cccc These constants match the values in RNSID: consts.h
+
+cccc m_solar_cgs = 1.987d33
+cccc c_cgs = 2.9979d10
+cccc G_cgs = 6.6732d-8
+cccc
+cccc m_solar_geom = G_cgs / c_cgs**2 * m_solar_cgs
+cccc p_geom_factor = G_cgs / c_cgs**4 * m_solar_geom**2
+cccc rho_geom_factor = p_geom_factor * c_cgs**2
+cccc rho_geom_factor_inv = 1.d0 / rho_geom_factor
+cccc
+cccc eos_k_cgs = eos_k * rho_geom_factor**gamma_ini / p_geom_factor
eos_k_supernuclear_cgs = eos_k_cgs * (rho_nuc * rho_geom_factor_inv)**
. (eos_gamma - eos_gamma_supernuclear)