From 76b47eef4083b0c56bc2d7d097a95d42cd097a20 Mon Sep 17 00:00:00 2001
From: Matthieu Schaller <matthieu.schaller@durham.ac.uk>
Date: Fri, 10 Jun 2016 11:36:10 +0200
Subject: [PATCH] Corrected compilation error because of quotes in comments
 with intel/15 on Cartesius.

---
 src/riemann/riemann_trrs.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/riemann/riemann_trrs.h b/src/riemann/riemann_trrs.h
index 56f7feadae..efdbfb5987 100644
--- a/src/riemann/riemann_trrs.h
+++ b/src/riemann/riemann_trrs.h
@@ -40,9 +40,9 @@
  * By assuming 2 rarefaction waves, we can analytically solve for the pressure
  * and velocity in the intermediate region, eliminating the iterative procedure.
  *
- * According to Toro: "The two-rarefaction approximation is generally quite
+ * According to Toro: 'The two-rarefaction approximation is generally quite
  * robust; (...) The TRRS is in fact exact when both non-linear waves are
- * actually rarefaction waves."
+ * actually rarefaction waves.'
  *
  * @param WL The left state vector
  * @param WR The right state vector
-- 
GitLab