mirror of
https://github.com/QuantumPackage/qp2.git
synced 2024-11-07 14:03:37 +01:00
fix typo
This commit is contained in:
parent
ab7da07ec4
commit
b2393ba88d
@ -204,8 +204,8 @@ function is_del(i)
|
|||||||
is_del = .False.
|
is_del = .False.
|
||||||
|
|
||||||
! Search
|
! Search
|
||||||
do j = 1, dim_list_core_orb
|
do j = 1, dim_list_del_orb
|
||||||
if (list_core(j) == i) then
|
if (list_del(j) == i) then
|
||||||
is_del = .True.
|
is_del = .True.
|
||||||
exit
|
exit
|
||||||
endif
|
endif
|
||||||
|
@ -209,8 +209,8 @@ function is_del(i)
|
|||||||
is_del = .False.
|
is_del = .False.
|
||||||
|
|
||||||
! Search
|
! Search
|
||||||
do j = 1, dim_list_core_orb
|
do j = 1, dim_list_del_orb
|
||||||
if (list_core(j) == i) then
|
if (list_del(j) == i) then
|
||||||
is_del = .True.
|
is_del = .True.
|
||||||
exit
|
exit
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user