Skip to content

Commit 089ae99

Browse files
Merge pull request #672 from etmc/cmake_support_BK
include hopping.h and hoping_body_dbl.inc in tm_[sub,times]_Hopping_Matrix.c
2 parents 1a94df9 + a840e58 commit 089ae99

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/lib/operator/tm_sub_Hopping_Matrix.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ void tm_sub_Hopping_Matrix(const int ieo, spinor* const l, spinor* const p, spin
7979
}
8080

8181
#elif (!defined _NO_COMM && !defined TM_USE_HALFSPINOR)
82+
#include "hopping.h"
83+
8284
void tm_sub_Hopping_Matrix(const int ieo, spinor* const l, spinor* p, spinor* const k,
8385
complex double const cfactor) {
8486
#ifdef TM_USE_GAUGE_COPY

src/lib/operator/tm_times_Hopping_Matrix.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ void tm_times_Hopping_Matrix(const int ieo, spinor* const l, spinor* const k,
7979
}
8080

8181
#elif (!defined _NO_COMM && !defined TM_USE_HALFSPINOR)
82+
#include "hopping.h"
83+
8284
void tm_times_Hopping_Matrix(const int ieo, spinor* const l, spinor* const k,
8385
double complex const cfactor) {
8486
#ifdef TM_USE_GAUGE_COPY

0 commit comments

Comments
 (0)