more work on restart support

This commit is contained in:
Steve Plimpton
2023-09-16 10:09:26 -06:00
parent c5b2d66283
commit 21d3f3240e
8 changed files with 78 additions and 139 deletions

View File

@ -451,7 +451,7 @@ void WriteRestart::header()
write_int(TRICLINIC_GENERAL,domain->triclinic_general);
if (domain->triclinic_general) {
write_int(TRICLINIC_GENERAL_FLIP,domain->triclinic_general_flip);
write_double_vec(QUAT_G2R,4,domain->quat_g2r);
write_double_vec(ROTATE_G2R,9,&domain->rotate_g2r[0][0]);
}
write_double_vec(SPECIAL_LJ,3,&force->special_lj[1]);