merge with current develop

This commit is contained in:
Steve Plimpton
2023-10-20 13:31:32 -06:00
370 changed files with 13017 additions and 4088 deletions

View File

@ -449,10 +449,8 @@ void WriteRestart::header()
write_double(YZ,domain->yz);
write_int(TRICLINIC_GENERAL,domain->triclinic_general);
if (domain->triclinic_general) {
write_int(TRICLINIC_GENERAL_FLIP,domain->triclinic_general_flip);
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]);