avoid problems testing dihedrals and impropers

This commit is contained in:
Axel Kohlmeyer
2021-02-24 18:37:58 -05:00
parent 7efacdc911
commit cf9255a90d

View File

@ -28,6 +28,5 @@ dihedral_style ${dihedral_style}
improper_style ${improper_style} improper_style ${improper_style}
read_data ${data_file} read_data ${data_file}
dihedral_coeff * if "${dihedral_style} == zero" then "dihedral_coeff *"
improper_coeff * if "${improper_style} == zero" then "improper_coeff *"