From 6a603cc716696ce9306241315abf14848eee6d8d Mon Sep 17 00:00:00 2001
From: Ondrej Szekely <ondra.szekely@gmail.com>
Date: Sun, 17 May 2015 13:49:19 +0200
Subject: [PATCH] FIXING CYLINDER FUNCTION

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

diff --git a/src/functions/initial_conditions/tnlCylinderFunction.h b/src/functions/initial_conditions/tnlCylinderFunction.h
index f0e7438775..55c222aae1 100644
--- a/src/functions/initial_conditions/tnlCylinderFunction.h
+++ b/src/functions/initial_conditions/tnlCylinderFunction.h
@@ -144,7 +144,7 @@ template< int Dimensions,
           typename Real >
 ostream& operator << ( ostream& str, const tnlExpBumpFunction< Dimensions, Real >& f )
 {
-   str << "Cylinder.;
+   str << "Cylinder function.";
    return str;
 }
 
-- 
GitLab