Fixed RESPA/kspace/barostat bug in BOCS, DRUDE, and USER-MISC
This commit is contained in:
@ -1100,7 +1100,12 @@ void FixBocs::initial_integrate_respa(int /*vflag*/, int ilevel, int /*iloop*/)
|
||||
nve_x();
|
||||
if (pstat_flag) remap();
|
||||
}
|
||||
}
|
||||
|
||||
/* ---------------------------------------------------------------------- */
|
||||
|
||||
void FixBocs::pre_force_respa(int /*vflag*/, int ilevel, int /*iloop*/)
|
||||
{
|
||||
// if barostat, redo KSpace coeffs at outermost level,
|
||||
// since volume has changed
|
||||
|
||||
|
||||
Reference in New Issue
Block a user