Skip to content
Snippets Groups Projects
Commit f7d239ae authored by Van Herck, Walter's avatar Van Herck, Walter
Browse files

Remove fixme in ConvolutionDetectorResolution

parent 1bfda63c
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,6 @@ ConvolutionDetectorResolution::ConvolutionDetectorResolution(const ConvolutionDe
// : IDetectorResolution(other)
{
m_dimension = other.m_dimension;
// FIXME is it ok to assign pointer to function like that ?
m_res_function_1d=other.m_res_function_1d;
mp_res_function_2d = other.mp_res_function_2d->clone();
setName(other.getName());
......
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