From 51a558e68bb8f4312885c58a7b2befa7585d4ac0 Mon Sep 17 00:00:00 2001 From: Lionel GUEZ <guez@lmd.ens.fr> Date: Mon, 12 Jul 2021 12:42:03 +0200 Subject: [PATCH] Bug fix: remove `shpc_create.f90` from source files Remove `shpc_create.f90` from source files of target `eddy_graph`. It is no longer needed since commit 50d2f59. --- Overlap/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Overlap/CMakeLists.txt b/Overlap/CMakeLists.txt index afa29bcd..f57e698b 100644 --- a/Overlap/CMakeLists.txt +++ b/Overlap/CMakeLists.txt @@ -1,6 +1,5 @@ add_executable(eddy_graph eddy_graph.f90 - ${PROJECT_SOURCE_DIR}/Common/shpc_open.f90 - ${PROJECT_SOURCE_DIR}/Common/shpc_create.f90 get_snapshot.f90 + ${PROJECT_SOURCE_DIR}/Common/shpc_open.f90 get_snapshot.f90 overlap.f90 dispatch_snapshot.f90 ${PROJECT_SOURCE_DIR}/Common/shpc_close.f90 ${PROJECT_SOURCE_DIR}/Common/read_field_indices.f90 -- GitLab