9
1
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-06-17 10:05:18 +02:00

Merge branch 'dev-stable' of https://github.com/QuantumPackage/qp2 into dev-stable

This commit is contained in:
eginer 2023-06-28 16:10:33 +02:00
commit 041446a250
3 changed files with 5 additions and 5 deletions

2
external/ezfio vendored

@ -1 +1 @@
Subproject commit d5805497fa0ef30e70e055cde1ecec2963303e93
Subproject commit 0520b5e2cf70e2451c37ce5b7f2f64f6d2e5e956

View File

@ -204,8 +204,8 @@ function is_del(i)
is_del = .False.
! Search
do j = 1, dim_list_core_orb
if (list_core(j) == i) then
do j = 1, dim_list_del_orb
if (list_del(j) == i) then
is_del = .True.
exit
endif

View File

@ -209,8 +209,8 @@ function is_del(i)
is_del = .False.
! Search
do j = 1, dim_list_core_orb
if (list_core(j) == i) then
do j = 1, dim_list_del_orb
if (list_del(j) == i) then
is_del = .True.
exit
endif