remove whitespace from region_prism.h

This commit is contained in:
Evangelos Voyiatzis
2024-12-16 19:55:27 +02:00
committed by GitHub
parent a7561d3d28
commit baa5fa6dfd

View File

@ -30,7 +30,7 @@ class RegPrism : public Region {
public:
RegPrism(class LAMMPS *, int, char **);
~RegPrism() override;
void init() override;
void init() override;
int inside(double, double, double) override;
int surface_interior(double *, double) override;
int surface_exterior(double *, double) override;