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:
Alex Selimov 2019-12-05 11:03:18 -05:00
parent fa1cb6ce58
commit 03f69c6df7
4 changed files with 113 additions and 10 deletions

View file

@ -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()