From b2393ba88db73506b0589a8003a20fb7720a8936 Mon Sep 17 00:00:00 2001 From: ydamour Date: Mon, 26 Jun 2023 15:59:30 +0200 Subject: [PATCH 1/2] fix typo --- src/utils_cc/occupancy.irp.f | 4 ++-- src/utils_cc/org/occupancy.org | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/utils_cc/occupancy.irp.f b/src/utils_cc/occupancy.irp.f index c6139bb3..27b0ee5e 100644 --- a/src/utils_cc/occupancy.irp.f +++ b/src/utils_cc/occupancy.irp.f @@ -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 diff --git a/src/utils_cc/org/occupancy.org b/src/utils_cc/org/occupancy.org index 246bbd5b..4267fc88 100644 --- a/src/utils_cc/org/occupancy.org +++ b/src/utils_cc/org/occupancy.org @@ -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 From ce82fc82524a342c570483d79dab9dea760045fd Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Wed, 28 Jun 2023 13:50:21 +0200 Subject: [PATCH 2/2] Update EZFIO --- external/ezfio | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/external/ezfio b/external/ezfio index d5805497..0520b5e2 160000 --- a/external/ezfio +++ b/external/ezfio @@ -1 +1 @@ -Subproject commit d5805497fa0ef30e70e055cde1ecec2963303e93 +Subproject commit 0520b5e2cf70e2451c37ce5b7f2f64f6d2e5e956