forked from lijiext/lammps
Fixed broken basal example
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@11787 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
532a4e66fb
commit
1f0a6ae006
|
@ -51,8 +51,8 @@ region whole block 0 ${mz} 0 ${mx} 0 ${my} units box
|
|||
create_box 2 whole
|
||||
create_atoms 1 box basis 1 1 basis 2 1 basis 3 1 basis 4 1
|
||||
|
||||
region fixed1 block -INF INF -INF INF -INF 10 units box
|
||||
region fixed2 block -INF INF -INF INF 100 INF units box
|
||||
region fixed1 block INF INF INF INF INF 10 units box
|
||||
region fixed2 block INF INF INF INF 100 INF units box
|
||||
group lower region fixed1
|
||||
group upper region fixed2
|
||||
group boundary union upper lower
|
||||
|
|
Loading…
Reference in New Issue