From c962c019e867dbd0129050a9b0937c7e70b3db3e Mon Sep 17 00:00:00 2001
From: Nicolas Essing <n.essing@fz-juelich.de>
Date: Tue, 28 Sep 2021 22:23:17 +0200
Subject: [PATCH] Moving KKRhost/torque.F90 to common.

Just the rename and two lines in the cmake files.
---
 cmake/source_list_KKRhost.txt         | 2 +-
 source/{KKRhost => common}/torque.f90 | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename source/{KKRhost => common}/torque.f90 (100%)

diff --git a/cmake/source_list_KKRhost.txt b/cmake/source_list_KKRhost.txt
index b592b8c7d..c80ef24f8 100644
--- a/cmake/source_list_KKRhost.txt
+++ b/cmake/source_list_KKRhost.txt
@@ -109,6 +109,7 @@ add_library(lib_common STATIC
     source/common/wronskian.f90
     source/common/mathtools.f90
     source/common/bfield.f90
+    source/common/torque.f90
 )
 # disable cmake auto add of 'lib' prefix to .so file
 SET_TARGET_PROPERTIES(lib_common PROPERTIES PREFIX "")
@@ -368,7 +369,6 @@ add_library(lib_kkrhost STATIC
     source/KKRhost/testdim.f90
     source/KKRhost/tmat_newsolver.F90
     source/KKRhost/tmatimp_newsolver.F90
-    source/KKRhost/torque.f90
     source/KKRhost/vadd.f90
     source/KKRhost/veq.f90
     source/KKRhost/vinterface.f90
diff --git a/source/KKRhost/torque.f90 b/source/common/torque.f90
similarity index 100%
rename from source/KKRhost/torque.f90
rename to source/common/torque.f90
-- 
GitLab