From 3b7e413350cf4dc0c0adb015c3dd2b95b722bd42 Mon Sep 17 00:00:00 2001 From: Lionel GUEZ <guez@lmd.ens.fr> Date: Mon, 12 Jul 2021 12:43:17 +0200 Subject: [PATCH] Bug fix: remove `shpc_create` from use list Remove `shpc_create` from use list in main program `test_overlap`. It is no longer needed since commit 50d2f59. --- Overlap/Tests/CMakeLists.txt | 1 - Overlap/Tests/test_overlap.f90 | 1 - 2 files changed, 2 deletions(-) diff --git a/Overlap/Tests/CMakeLists.txt b/Overlap/Tests/CMakeLists.txt index 5beac004..a814d109 100644 --- a/Overlap/Tests/CMakeLists.txt +++ b/Overlap/Tests/CMakeLists.txt @@ -7,7 +7,6 @@ add_executable(test_overlap ${PROJECT_SOURCE_DIR}/Common/read_eddy.f90 ${PROJECT_SOURCE_DIR}/Common/read_field_indices.f90 candidate_overlap.f90 ${PROJECT_SOURCE_DIR}/Common/write_eddy.f90 - ${PROJECT_SOURCE_DIR}/Common/shpc_create.f90 ${CMAKE_CURRENT_LIST_DIR}/test_overlap.f90 ${PROJECT_SOURCE_DIR}/Common/shpc_open.f90 ${PROJECT_SOURCE_DIR}/Common/shpc_close.f90 unit_edge_m.f90) diff --git a/Overlap/Tests/test_overlap.f90 b/Overlap/Tests/test_overlap.f90 index a98d174a..960274cb 100644 --- a/Overlap/Tests/test_overlap.f90 +++ b/Overlap/Tests/test_overlap.f90 @@ -13,7 +13,6 @@ program test_overlap use overlap_m, only: overlap use read_snapshot_m, only: read_snapshot use shpc_close_m, only: shpc_close - use shpc_create_m, only: shpc_create use shpc_open_m, only: shpc_open use unit_edge_m, only: open_edge_file, unit_edge -- GitLab