forked from lijiext/lammps
correct input examples affected by the Pair::settings() bugfix
This commit is contained in:
parent
8751850eca
commit
654e09e999
|
@ -62,6 +62,7 @@ pair_coeff 3 3 1.0 1.5
|
|||
pair_coeff 1 4 0.0 1.0 0.5
|
||||
pair_coeff 2 4 0.0 1.0 1.0
|
||||
pair_coeff 3 4 0.0 1.0 0.75
|
||||
pair_coeff 4 4 0.0 1.0 0.0
|
||||
|
||||
delete_atoms overlap 1.0 small big
|
||||
|
||||
|
|
|
@ -62,6 +62,7 @@ pair_coeff 3 3 1.0 1.5
|
|||
pair_coeff 1 4 0.0 1.0 0.5
|
||||
pair_coeff 2 4 0.0 1.0 1.0
|
||||
pair_coeff 3 4 0.0 1.0 0.75
|
||||
pair_coeff 4 4 0.0 1.0 0.0
|
||||
|
||||
delete_atoms overlap 1.0 small big
|
||||
|
||||
|
|
Loading…
Reference in New Issue