Commit 113a2e32 authored by Stan Moore's avatar Stan Moore
Browse files

Change fix nvt/sllod to allow suffix styles of fix deform

parent ad1b1897
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -80,7 +80,7 @@ void FixNVTSllod::init()

  int i;
  for (i = 0; i < modify->nfix; i++)
    if (strcmp(modify->fix[i]->style,"deform") == 0) {
    if (strstr(modify->fix[i]->style,"deform")) {
      if (((FixDeform *) modify->fix[i])->remapflag != Domain::V_REMAP)
        error->all(FLERR,"Using fix nvt/sllod with inconsistent fix deform "
                   "remap option");