Skip to content

Commit

Permalink
ENH(cpp): Add comment for future enhancement
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeSWang committed Nov 5, 2024
1 parent 9f7cc7b commit a337d68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/triumvirate/src/field.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2460,6 +2460,7 @@ void FieldStats::compute_ylm_wgtd_2pt_stats_in_fourier(

this->compute_shotnoise_aliasing();

// FUTURE: For interlacing, replace this with eq. (2.16) in arXiv:2403.13561.
std::function<double(int, int, int)> calc_shotnoise_aliasing = [this](
int i, int j, int k
) {
Expand Down

0 comments on commit a337d68

Please sign in to comment.