From a407d6ddfbdc6834b6877b08451fe363066915fb Mon Sep 17 00:00:00 2001 From: Christian Gutschow Date: Tue, 3 Oct 2023 21:02:11 +0100 Subject: [PATCH] yet more unjustified linting requests --- cpp/purify/pfitsio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/purify/pfitsio.h b/cpp/purify/pfitsio.h index cb4735cc..4312417c 100644 --- a/cpp/purify/pfitsio.h +++ b/cpp/purify/pfitsio.h @@ -288,7 +288,7 @@ typename std::enable_if::value, void>:: } template >> -void read3d(const std::string& fits_name, Eigen::EigenBase &output, int &rows, int &cols, +void read3d(const std::string &fits_name, Eigen::EigenBase &output, int &rows, int &cols, int &channels, int &pols) { /* Reads in a cube from a fits file and returns the vector of images.