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

This commit is contained in:
sjplimp
2010-10-01 15:15:19 +00:00
parent d514f55bb6
commit abb9e1c963
3 changed files with 14 additions and 1 deletions

View File

@ -37,6 +37,7 @@ Region::Region(LAMMPS *lmp, int narg, char **arg) : Pointers(lmp)
strcpy(style,arg[1]);
time_origin = update->ntimestep;
dt = update->dt;
}
/* ---------------------------------------------------------------------- */