From 2d24f4df15e4b01e2b8b23867223f579b64d8557 Mon Sep 17 00:00:00 2001
From: Matthieu Schaller <matthieu.schaller@durham.ac.uk>
Date: Mon, 12 Feb 2018 23:45:54 +0100
Subject: [PATCH] Removed unwanted comment in the CGS physical constants.

---
 src/physical_constants_cgs.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/physical_constants_cgs.h b/src/physical_constants_cgs.h
index 5a7dbee8dc..1d44dae491 100644
--- a/src/physical_constants_cgs.h
+++ b/src/physical_constants_cgs.h
@@ -69,7 +69,7 @@ const double const_electron_mass_cgs = 9.10938356e-28;
 const double const_proton_mass_cgs = 1.672621898e-24;
 
 /*! Tropical year [s] */
-const double const_year_cgs = 3.15569252e7; /* s */
+const double const_year_cgs = 3.15569252e7;
 
 /*! Astronomical unit [cm] */
 const double const_astronomical_unit_cgs = 1.49597870700e13;
-- 
GitLab