Skip to content

Commit 2fbab87

Browse files
authored
Merge pull request #670 from etmc/konstantin_devel
Fixed bug in quda_interface.c
2 parents 6adec20 + 2d22d66 commit 2fbab87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quda_interface.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ void _loadCloverQuda(QudaInvertParam *inv_param) {
483483
} else {
484484
tm_stopwatch_push(&g_timers, "loadCloverQuda", "");
485485
if (first_call) {
486-
first_call = 1;
486+
first_call = 0;
487487
} else {
488488
freeCloverQuda();
489489
}

0 commit comments

Comments
 (0)