Skip to content
Snippets Groups Projects
Commit 4d8f4664 authored by Timo Koch's avatar Timo Koch
Browse files

[fvproblem] Fix comment formatting

parent 7b2848d1
No related branches found
No related tags found
1 merge request!755Feature/improve point source handling
...@@ -527,8 +527,8 @@ public: ...@@ -527,8 +527,8 @@ public:
*/ */
Scalar extrusionFactorAtPos(const GlobalPosition &globalPos) const Scalar extrusionFactorAtPos(const GlobalPosition &globalPos) const
{ {
//! As a default, i.e. if the user's problem does not overload any extrusion factor method // As a default, i.e. if the user's problem does not overload
//! return 1.0 // any extrusion factor method, return 1.0
return 1.0; return 1.0;
} }
......
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