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

.

parent fae00eb2
No related branches found
No related tags found
1 merge request!2036repair interpretation of resolution function arguments (#777)
...@@ -77,9 +77,6 @@ void Convolve::Workspace::clear() ...@@ -77,9 +77,6 @@ void Convolve::Workspace::clear()
delete[] dst_fft; delete[] dst_fft;
dst_fft = nullptr; dst_fft = nullptr;
// if(dst) delete[] dst;
// dst=0;
h_offset = 0; h_offset = 0;
w_offset = 0; w_offset = 0;
......
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