Commit ce471ffc authored by sjplimp's avatar sjplimp
Browse files

git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@14518 f3b2605a-c512-4ea7-a41b-209d697bcdaa
parent cf77d882
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -1316,7 +1316,6 @@ void ReadData::dihedrals(int firstpass)
                   "too many dihedrals per atom");
    } else atom->dihedral_per_atom = maxall;

    atom->dihedral_per_atom = maxall;
    memory->destroy(count);
    return;
  }