Skip to content

Commit 1a94df9

Browse files
author
Mathieu Taillefumier
committed
Removed duplicate file
1 parent 0f835c7 commit 1a94df9

File tree

4 files changed

+3
-181
lines changed

4 files changed

+3
-181
lines changed

src/lib/operator/hopping_body_dbl.c

Lines changed: 0 additions & 179 deletions
This file was deleted.

src/lib/operator/hopping_body_dbl.inc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
* along with tmLQCD. If not, see <http://www.gnu.org/licenses/>.
2424
*
2525
**********************************************************************/
26+
#include "hopping.h"
2627

2728
int ioff;
2829
int* hi;

src/lib/operator/tm_sub_Hopping_Matrix.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ void tm_sub_Hopping_Matrix(const int ieo, spinor* const l, spinor* p, spinor* co
9898
#define _TM_SUB_HOP
9999
spinor* pn;
100100

101-
#include "operator/hopping_body_dbl.c"
101+
#include "operator/hopping_body_dbl.inc"
102102

103103
#undef _TM_SUB_HOP
104104
#ifdef TM_USE_OMP

src/lib/operator/tm_times_Hopping_Matrix.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ void tm_times_Hopping_Matrix(const int ieo, spinor* const l, spinor* const k,
9696
{
9797
#endif
9898
#define _MUL_G5_CMPLX
99-
#include "hopping_body_dbl.c"
99+
#include "hopping_body_dbl.inc"
100100
#undef _MUL_G5_CMPLX
101101
#ifdef TM_USE_OMP
102102
} /* OpenMP closing brace */

0 commit comments

Comments
 (0)