Removed extra variables from mode_create.f90, added a new module to contain simulation box information and changed code accordingly, new grow subroutine in elements.
This commit is contained in:
parent
fa1cb6ce58
commit
03f69c6df7
4 changed files with 113 additions and 10 deletions
|
@ -20,8 +20,10 @@ program main
|
|||
integer :: arg_num
|
||||
character(len=100) :: mode
|
||||
|
||||
!Call initialization functions
|
||||
call lattice_init
|
||||
|
||||
call box_init
|
||||
|
||||
! Command line parsing
|
||||
arg_num = command_argument_count()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue