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

This commit is contained in:
sjplimp
2006-10-31 22:16:12 +00:00
parent 40b67f592f
commit ed0d30f88d
16 changed files with 72 additions and 53 deletions

View File

@ -93,7 +93,7 @@ void lammps_get_coords(double *coords)
/* ---------------------------------------------------------------------- */
void lammps_put_coords(const double *coords)
void lammps_put_coords(double *coords)
{
int natoms = static_cast<int> (lammps->atom->natoms);