Skip to content

Commit

Permalink
clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
maddyscientist committed Nov 21, 2024
1 parent 8fb7181 commit b2da3bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/staggered_invert_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,8 @@ int main(int argc, char **argv)
if (!is_staggered(dslash_type) && !is_laplace(dslash_type))
errorQuda("dslash_type %s not supported", get_dslash_str(dslash_type));
} else {
if (is_laplace(dslash_type)) errorQuda("The Laplace dslash is not enabled, cmake configure with -DQUDA_DIRAC_LAPLACE=ON");
if (is_laplace(dslash_type))
errorQuda("The Laplace dslash is not enabled, cmake configure with -DQUDA_DIRAC_LAPLACE=ON");
if (!is_staggered(dslash_type)) errorQuda("dslash_type %s not supported", get_dslash_str(dslash_type));
}

Expand Down

0 comments on commit b2da3bb

Please sign in to comment.