Quick bug fix
This commit is contained in:
parent
ce2e3d17f4
commit
c291ec65b4
@ -225,8 +225,11 @@ module elements
|
||||
|
||||
exists = .false.
|
||||
do i=1, 10
|
||||
if(type == type_to_name(i)) exists = .true.
|
||||
inttype = i
|
||||
if(type == type_to_name(i)) then
|
||||
exists = .true.
|
||||
inttype = i
|
||||
exit
|
||||
end if
|
||||
end do
|
||||
|
||||
if (exists.eqv..false.) then
|
||||
|
Loading…
x
Reference in New Issue
Block a user