Merge branch 'master' into multi_epcc
This commit is contained in:
@ -114,7 +114,7 @@ void PairHybrid::compute(int eflag, int vflag)
|
||||
|
||||
Respa *respa = nullptr;
|
||||
respaflag = 0;
|
||||
if (strstr(update->integrate_style,"respa")) {
|
||||
if (utils::strmatch(update->integrate_style,"^respa")) {
|
||||
respa = (Respa *) update->integrate;
|
||||
if (respa->nhybrid_styles > 0) respaflag = 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user