Commit 21619f6a authored by stamoor's avatar stamoor Committed by Axel Kohlmeyer
Browse files

Recommitting reverted change

git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@15794 f3b2605a-c512-4ea7-a41b-209d697bcdaa
(cherry picked from commit c0b98f52)
parent 039bda9b
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -106,11 +106,12 @@ class Region : protected Pointers {
  void options(int, char **);
  void point_on_line_segment(double *, double *, double *, double *);
  void forward_transform(double &, double &, double &);
  double point[3],runit[3];

 private:
  char *xstr,*ystr,*zstr,*tstr;
  int xvar,yvar,zvar,tvar;
  double axis[3],point[3],runit[3];
  double axis[3];

  void inverse_transform(double &, double &, double &);
  void rotate(double &, double &, double &, double);