Skip to content
Snippets Groups Projects
Commit 2b568def authored by Henrik Asmuth's avatar Henrik Asmuth
Browse files

Add missing ;

parent 5eb4f8c1
No related branches found
No related tags found
1 merge request!170Kernel templetization and efficiency improvements
...@@ -779,7 +779,7 @@ public: ...@@ -779,7 +779,7 @@ public:
//! \returns the pressure ratio in SI/LB units scaled to the respective level //! \returns the pressure ratio in SI/LB units scaled to the respective level
real getScaledPressureRatio(int level); real getScaledPressureRatio(int level);
//! \returns the stress ratio in SI/LB units scaled to the respective level //! \returns the stress ratio in SI/LB units scaled to the respective level
real getScaledStressRatio(int level) real getScaledStressRatio(int level);
//! \returns the time ratio in SI/LB units scaled to the respective level //! \returns the time ratio in SI/LB units scaled to the respective level
real getScaledTimeRatio(int level); real getScaledTimeRatio(int level);
//! \returns the length ratio in SI/LB units scaled to the respective level //! \returns the length ratio in SI/LB units scaled to the respective level
......
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