Skip to content
Snippets Groups Projects
Commit 6f0531d3 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

simplify

parent 65b0fd08
No related branches found
No related tags found
1 merge request!1552Depth probe computation without computation file and without element class
...@@ -91,7 +91,6 @@ public: ...@@ -91,7 +91,6 @@ public:
{ {
} }
double wavelength() const { return m_wavelength; }
double alphaI() const { return m_alpha_i; } double alphaI() const { return m_alpha_i; }
R3 getKi() const { return vecOfLambdaAlphaPhi(m_wavelength, m_alpha_i); } R3 getKi() const { return vecOfLambdaAlphaPhi(m_wavelength, m_alpha_i); }
......
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