Skip to content
Snippets Groups Projects
Commit c838a9fd authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

use forward declarations for better namespace hygiene

parent 2428c1c1
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,7 @@
#include <cmath>
#include <cstring>
#include <cstdlib>
#include "voro++.hh"
#include "compute_voronoi_atom.h"
#include "atom.h"
#include "group.h"
......
......@@ -21,7 +21,12 @@ ComputeStyle(voronoi/atom,ComputeVoronoi)
#define LMP_COMPUTE_VORONOI_H
#include "compute.h"
#include "voro++.hh"
namespace voro {
class container;
class container_poly;
class voronoicell_neighbor;
}
namespace LAMMPS_NS {
......
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