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

Fixing vector of vector_dist

parent 2f5d5276
No related branches found
No related tags found
No related merge requests found
...@@ -178,7 +178,7 @@ public: ...@@ -178,7 +178,7 @@ public:
* \param v vector to copy * \param v vector to copy
* *
*/ */
vector_dist(vector_dist<dim,St,prop,Decomposition,Memory> && v) vector_dist(vector_dist<dim,St,prop,Decomposition,Memory> && v) noexcept
:v_cl(v.v_cl) :v_cl(v.v_cl)
{ {
#ifdef SE_CLASS2 #ifdef SE_CLASS2
......
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