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

Adding Particle iterator

parent 960a69cd
No related branches found
No related tags found
No related merge requests found
......@@ -371,6 +371,18 @@ public:
return *this;
}
/*! \brief It return the decomposition id
*
* It just return 0
*
* \return 0
*
*/
size_t get_ndec()
{
return 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