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

This commit is contained in:
sjplimp
2012-07-25 15:16:20 +00:00
parent 912cfaca75
commit 47552d4033
38 changed files with 2100 additions and 2105 deletions

View File

@ -614,4 +614,3 @@ double PairLJCutCoulLongTIP4P::memory_usage()
bytes += 2 * nmax * sizeof(double);
return bytes;
}

View File

@ -305,4 +305,3 @@ void FixQEQComb::unpack_comm(int n, int first, double *buf)
}
/* ---------------------------------------------------------------------- */

View File

@ -1221,5 +1221,3 @@ int MolfileInterface::property(int propid, char **prop)
return _props;
}

View File

@ -888,4 +888,3 @@ typedef struct {
} molfile_plugin_t;
#endif