Skip to content
Snippets Groups Projects
Commit 04dc4c5e authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

fix warning

parent 4e4b8d40
No related branches found
No related tags found
No related merge requests found
......@@ -420,7 +420,7 @@ class voronoicell_neighbor : public voronoicell_base {
* face that is clockwise from the jth edge. */
int **ne;
voronoicell_neighbor();
~voronoicell_neighbor();
virtual ~voronoicell_neighbor();
void operator=(voronoicell &c);
void operator=(voronoicell_neighbor &c);
/** Cuts the Voronoi cell by a particle whose center is at a
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment