git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@12844 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp
2014-12-20 00:02:43 +00:00
parent 3140b3f6ce
commit 6c1be9686a
5 changed files with 36 additions and 36 deletions

View File

@ -29,11 +29,11 @@ class RegIntersect : public Region {
RegIntersect(class LAMMPS *, int, char **);
~RegIntersect();
void init();
int dynamic_check();
int inside(double, double, double);
int surface_interior(double *, double);
int surface_exterior(double *, double);
void shape_update();
void pretransform();
private:
int nregion;