Commit 1a88ffd5 authored by Stefan Paquay's avatar Stefan Paquay
Browse files

Updated fix_nve_manifold_rattle.cpp

parent 192f8316
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -513,10 +513,6 @@ void FixNVEManifoldRattle::rattle_manifold_x(double *x, double *v,

  const double c_inv = 1.0 / c;

  if( comm->me == 0 ){
    fprintf( screen, "Performing RATTLE on atom on proc 0!\n" );
  }

  while ( 1 ) {
    v[0] = vt[0] - l*no_dt[0];
    v[1] = vt[1] - l*no_dt[1];