Commit b1b377cb authored by Tim Mattox's avatar Tim Mattox
Browse files

USER-DPD: fix_shardlow's neighbor request needs "newton on" override.

Even if other stuff is doing newton off, SSA must have it turned on.
parent e908b8db
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -136,6 +136,7 @@ void FixShardlow::init()
  neighbor->requests[irequest]->fix    = 1;
  neighbor->requests[irequest]->ghost  = 1;
  neighbor->requests[irequest]->ssa    = 1;
  neighbor->requests[irequest]->newton = 1; // SSA requires newton on
}

/* ---------------------------------------------------------------------- */