Skip to content
Snippets Groups Projects
Commit 92061576 authored by Cristian Lalescu's avatar Cristian Lalescu
Browse files

adds higher possible values for interpolation

parent fed6d20d
No related branches found
No related tags found
No related merge requests found
Pipeline #80121 passed
...@@ -39,8 +39,8 @@ ...@@ -39,8 +39,8 @@
#include "field.hpp" #include "field.hpp"
#include "kspace.hpp" #include "kspace.hpp"
const int MAX_INTERPOLATION_NEIGHBOURS=5; const int MAX_INTERPOLATION_NEIGHBOURS=6;
const int MAX_INTERPOLATION_SMOOTHNESS=3; const int MAX_INTERPOLATION_SMOOTHNESS=4;
////////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////////
/// ///
......
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