add general triclinic options to dump custom
This commit is contained in:
@ -448,6 +448,12 @@ void WriteRestart::header()
|
||||
write_double(XZ,domain->xz);
|
||||
write_double(YZ,domain->yz);
|
||||
|
||||
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(ROTATE_R2G,9,&domain->rotate_r2g[0][0]);
|
||||
}
|
||||
|
||||
write_double_vec(SPECIAL_LJ,3,&force->special_lj[1]);
|
||||
write_double_vec(SPECIAL_COUL,3,&force->special_coul[1]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user