loads of whitespace fixes

This commit is contained in:
Axel Kohlmeyer
2023-12-01 14:52:47 -05:00
parent fb243eba9b
commit 45372937db
34 changed files with 163 additions and 163 deletions

View File

@ -451,7 +451,7 @@ void WriteRestart::header()
write_int(TRICLINIC_GENERAL,domain->triclinic_general);
if (domain->triclinic_general)
write_double_vec(ROTATE_G2R,9,&domain->rotate_g2r[0][0]);
write_double_vec(SPECIAL_LJ,3,&force->special_lj[1]);
write_double_vec(SPECIAL_COUL,3,&force->special_coul[1]);