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

Merging

parent 0618c673
No related branches found
No related tags found
No related merge requests found
openfpm_numerics @ f478f766
Subproject commit 87b3f7f985011875cb7e8944fb0c135924b25120
Subproject commit f478f7663e99d3e135ef698a86b182c519a76ba2
......@@ -63,6 +63,16 @@ public:
return key;
}
/*! \brief Get the reference key
*
* \return the local key
*
*/
inline const grid_key_dx<dim> & getKeyRef() const
{
return key;
}
/* \brief Check if two key are the same
*
* \param key_t key to check
......
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