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

This commit is contained in:
sjplimp
2013-04-04 14:47:33 +00:00
parent c87f384140
commit 0be82bdfa0
16 changed files with 68 additions and 2 deletions

View File

@ -31,7 +31,7 @@ using namespace LAMMPS_NS;
Bond::Bond(LAMMPS *lmp) : Pointers(lmp)
{
energy = 0.0;
writedata = 0;
writedata = 1;
allocated = 0;
suffix_flag = Suffix::NONE;