Skip to content

Commit

Permalink
yet more unjustified linting requests
Browse files Browse the repository at this point in the history
  • Loading branch information
20DM committed Oct 3, 2023
1 parent c15c619 commit a407d6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/purify/pfitsio.h
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ typename std::enable_if<std::is_same<t_real, typename T::Scalar>::value, void>::
}

template <typename T, typename = std::enable_if_t<std::is_same_v<double, typename T::Scalar>>>
void read3d(const std::string& fits_name, Eigen::EigenBase<T> &output, int &rows, int &cols,
void read3d(const std::string &fits_name, Eigen::EigenBase<T> &output, int &rows, int &cols,
int &channels, int &pols) {
/*
Reads in a cube from a fits file and returns the vector of images.
Expand Down

0 comments on commit a407d6d

Please sign in to comment.