Skip to content

Commit

Permalink
-Winconsistent-missing-override take four
Browse files Browse the repository at this point in the history
  • Loading branch information
weinbe2 committed Aug 8, 2023
1 parent 568e9fd commit f7dcf61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/invert_quda.h
Original file line number Diff line number Diff line change
Expand Up @@ -952,7 +952,7 @@ namespace quda {
CG3NE(const DiracMatrix &mat, const DiracMatrix &matSloppy, const DiracMatrix &matPrecon, SolverParam &param,
TimeProfile &profile);

void operator()(ColorSpinorField &out, ColorSpinorField &in);
void operator()(ColorSpinorField &out, ColorSpinorField &in) override;

/**
@return Return the residual vector from the prior solve
Expand Down

0 comments on commit f7dcf61

Please sign in to comment.