Skip to content

Commit

Permalink
Minor formatting fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
maddyscientist committed May 14, 2015
1 parent 6647417 commit 2adfd7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/dslash_quda.cu
Original file line number Diff line number Diff line change
Expand Up @@ -431,9 +431,9 @@ class TwistCloverGamma5Cuda : public Tunable {

strcpy(aux_string,in->AuxString());
if (twist == QUDA_TWIST_GAMMA5_DIRECT) {
strcat(aux_string,"direct");
strcat(aux_string,",direct");
} else {
strcat(aux_string,"inverse");
strcat(aux_string,",inverse");
}
}
virtual ~TwistCloverGamma5Cuda() {
Expand Down

0 comments on commit 2adfd7c

Please sign in to comment.