From 6b882344b4d5ebf5da8c78dfc44f47244cc02b2c Mon Sep 17 00:00:00 2001 From: Kris Thielemans Date: Thu, 16 May 2024 13:47:02 +0100 Subject: [PATCH] change comment to avoid confusing doxygen [ci skip] Using /// means that doxygen will interpret it, which is not what we wanted here. --- src/recon_buildblock/QuadraticPrior.cxx | 2 +- src/recon_buildblock/RelativeDifferencePrior.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/recon_buildblock/QuadraticPrior.cxx b/src/recon_buildblock/QuadraticPrior.cxx index f9c8561986..2a070a294f 100644 --- a/src/recon_buildblock/QuadraticPrior.cxx +++ b/src/recon_buildblock/QuadraticPrior.cxx @@ -655,7 +655,7 @@ QuadraticPrior::accumulate_Hessian_times_input(DiscretisedDensity<3, elem const int min_dx = max(weights[0][0].get_min_index(), min_x - x); const int max_dx = min(weights[0][0].get_max_index(), max_x - x); - /// At this point, we have j = [z][y][x] + // At this point, we have j = [z][y][x] // The next for loops will have k = [z+dz][y+dy][x+dx] // The following computes //(H_{wf} y)_j = diff --git a/src/recon_buildblock/RelativeDifferencePrior.cxx b/src/recon_buildblock/RelativeDifferencePrior.cxx index c61fe1be04..072bcaf376 100644 --- a/src/recon_buildblock/RelativeDifferencePrior.cxx +++ b/src/recon_buildblock/RelativeDifferencePrior.cxx @@ -577,7 +577,7 @@ RelativeDifferencePrior::accumulate_Hessian_times_input(DiscretisedDensit const int min_dx = max(weights[0][0].get_min_index(), min_x - x); const int max_dx = min(weights[0][0].get_max_index(), max_x - x); - /// At this point, we have j = [z][y][x] + // At this point, we have j = [z][y][x] // The next for loops will have k = [z+dz][y+dy][x+dx] // The following computes //(H_{wf} y)_j =