Working changes to boundary command
This commit is contained in:
parent
80c931d77a
commit
0ad06a2d6b
6 changed files with 19 additions and 10 deletions
|
@ -101,6 +101,9 @@ program main
|
|||
!If wrap flag was passed then call the wrap atoms command
|
||||
if(wrap_flag) call wrap_atoms
|
||||
|
||||
!If we called the boundary command then we adjust the box bounds
|
||||
if(bound_called) call def_new_box
|
||||
|
||||
!Check to make sure a file was passed to be written out and then write out
|
||||
! Before building do a check on the file
|
||||
if (outfilenum == 0) then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue