Commit 44fe8330 authored by julient31's avatar julient31
Browse files

Commit JT 032719

- commit before wok output
parent 3cabfd13
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -492,7 +492,7 @@ void FixNEB_spin::min_post_force(int /*vflag*/)
        // no Perpendicular nudging force option active yet
        
	if (kspringPerp != 0.0) 
	  error->all(FLERR,"NEB_spin Perpendicular nudging force not yet active");
	  error->all(FLERR,"NEB_spin Perpendicular spring force not yet active");

      }
  }
@@ -566,10 +566,6 @@ void FixNEB_spin::min_post_force(int /*vflag*/)
  if (NEBLongRange) 
    error->all(FLERR,"NEB_spin long range option not yet active");

  // test output length
  
  //printf("testi irep / plen: %d %g \n",ireplica,nlen);

  // exit calc. if first or last replica (no gneb force)

  if (ireplica == 0 || ireplica == nreplica-1) return ;