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

DepthprobeSim now using flat cache

parent 07b29232
No related branches found
No related tags found
1 merge request!1281unified m_cache for ISimulation
......@@ -137,7 +137,7 @@ void DepthprobeSimulation::initElementVector()
alpha_limits.isInRange(result_angle));
}
m_cache = std::vector<double>(m_depth_eles.size() * zAxis()->size(), 0.);
m_cache.resize(m_depth_eles.size() * zAxis()->size(), 0.);
}
std::unique_ptr<IComputation>
......
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