vacancydisloop option added
This commit is contained in:
parent
c800d3261a
commit
fc20350748
4 changed files with 117 additions and 54 deletions
|
@ -11,7 +11,7 @@ subroutine call_option(option, arg_pos)
|
|||
character(len=100), intent(in) :: option
|
||||
|
||||
select case(trim(adjustl(option)))
|
||||
case('-dislgen', '-disloop')
|
||||
case('-dislgen', '-disloop','-vacancydisloop')
|
||||
call dislocation(option, arg_pos)
|
||||
case('-group')
|
||||
call group(arg_pos)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue