From a480e16d869d8c0ba569d82ecca190d414f082cd Mon Sep 17 00:00:00 2001
From: Ondrej Szekely <ondra.szekely@gmail.com>
Date: Sun, 17 May 2015 14:53:30 +0200
Subject: [PATCH] FIXING

---
 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 55c222aae1..4d28b4c3f6 100644
--- a/src/functions/initial_conditions/tnlCylinderFunction.h
+++ b/src/functions/initial_conditions/tnlCylinderFunction.h
@@ -142,7 +142,7 @@ class tnlCylinderFunction< 3, Real > : public tnlCylinderFunctionBase< Real >
 
 template< int Dimensions,
           typename Real >
-ostream& operator << ( ostream& str, const tnlExpBumpFunction< Dimensions, Real >& f )
+ostream& operator << ( ostream& str, const tnlCylinderFunction< Dimensions, Real >& f )
 {
    str << "Cylinder function.";
    return str;
-- 
GitLab