Skip to content
Snippets Groups Projects
Commit c70b3ffd authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Removing const from interpolation

parent 71a958cd
No related branches found
No related tags found
No related merge requests found
......@@ -108,7 +108,7 @@ inline size_t getSub(Point<vector::dims,typename vector::stype> & p,
template<unsigned int prp_g, unsigned int prp_v, unsigned int m2p_or_p2m, typename kernel, typename iterator, typename vector, typename grid, typename grid_inte>
inline void inte_calc(iterator & it,
const vector & vd,
vector & vd,
const Box<vector::dims,typename vector::stype> & domain,
int (& ip)[vector::dims][kernel::np],
grid & gd,
......
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