Skip to content
Snippets Groups Projects
Commit a480e16d authored by Ondrej Szekely's avatar Ondrej Szekely
Browse files

FIXING

parent ce7f6a25
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment