Skip to content

Commit

Permalink
Add missing override
Browse files Browse the repository at this point in the history
  • Loading branch information
maddyscientist committed Dec 8, 2023
1 parent f111dfe commit ddd0fa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/clover_outer_product.cu
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ namespace quda {
}
}

void apply(const qudaStream_t &stream)
void apply(const qudaStream_t &stream) override
{
TuneParam tp = tuneLaunch(*this, getTuning(), getVerbosity());

Expand Down

0 comments on commit ddd0fa9

Please sign in to comment.