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

+ members const

parent 3363f3d7
No related branches found
No related tags found
No related merge requests found
......@@ -41,8 +41,8 @@ private:
void runProtected() override;
//! these iterators define the span of detector bins this simulation will work on
SpecularElementIter m_begin_it, m_end_it;
std::unique_ptr<SpecularComputationTerm> m_computation_term;
const SpecularElementIter m_begin_it, m_end_it;
mutable std::unique_ptr<SpecularComputationTerm> m_computation_term;
};
#endif // BORNAGAIN_CORE_COMPUTATION_SPECULARCOMPUTATION_H
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