Skip to content

Commit

Permalink
Add "region" to control.py
Browse files Browse the repository at this point in the history
  • Loading branch information
prince-mathews committed Mar 26, 2024
1 parent 0554fc8 commit 93d1249
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyiron_atomistics/lammps/control.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ def _init_block_dict(self):
block_dict["structure"] = (
"read_data",
"include",
"region"
)
block_dict["potential"] = (
"group",
Expand Down

0 comments on commit 93d1249

Please sign in to comment.