Skip to content
Snippets Groups Projects
Commit 1f0a6ae0 authored by stamoor's avatar stamoor
Browse files

Fixed broken basal example

git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@11787 f3b2605a-c512-4ea7-a41b-209d697bcdaa
parent 532a4e66
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment