Commit 1820b678 authored by sjplimp's avatar sjplimp
Browse files

git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@16014 f3b2605a-c512-4ea7-a41b-209d697bcdaa
parent 9c01b1b7
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -28,8 +28,10 @@ using namespace LAMMPS_NS;

/* ---------------------------------------------------------------------- */

Region::Region(LAMMPS *lmp, int narg, char **arg) : Pointers(lmp),
  id(NULL), style(NULL), contact(NULL), list(NULL), xstr(NULL), ystr(NULL), zstr(NULL), tstr(NULL)
Region::Region(LAMMPS *lmp, int narg, char **arg) : 
  Pointers(lmp),
  id(NULL), style(NULL), contact(NULL), list(NULL), 
  xstr(NULL), ystr(NULL), zstr(NULL), tstr(NULL)
{
  int n = strlen(arg[0]) + 1;
  id = new char[n];