modifications to correctly print modified dihedrals, impropers

This commit is contained in:
jrgissing
2018-01-22 23:56:11 -07:00
parent 5e9d257ec2
commit d2da49cdf9
4 changed files with 50 additions and 26 deletions

View File

@ -38,6 +38,8 @@ class WriteData : protected Pointers {
FILE *fp;
bigint nbonds_local,nbonds;
bigint nangles_local,nangles;
bigint ndihedrals_local,ndihedrals;
bigint nimpropers_local,nimpropers;
void header();
void type_arrays();