forked from lijiext/lammps
remove debug printf
This commit is contained in:
parent
b6bc33bac6
commit
e190eb15f5
|
@ -95,7 +95,6 @@ FixNVEManifoldRattle::FixNVEManifoldRattle( LAMMPS *lmp, int &narg, char **arg,
|
||||||
|
|
||||||
nevery = 0;
|
nevery = 0;
|
||||||
next_output = 0;
|
next_output = 0;
|
||||||
fprintf( screen, "nevery = %d\n", nevery );
|
|
||||||
dtv = dtf = 0;
|
dtv = dtf = 0;
|
||||||
|
|
||||||
tolerance = force->numeric( FLERR, arg[3] );
|
tolerance = force->numeric( FLERR, arg[3] );
|
||||||
|
|
Loading…
Reference in New Issue