From f2289519f56bbe9c1e15b18d70600e5e1aaa144a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Offringa?= <offringa@astron.nl> Date: Wed, 22 Nov 2023 14:41:32 +0100 Subject: [PATCH] Textual --- ddecal/Settings.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ddecal/Settings.h b/ddecal/Settings.h index bc2d7409a..b519435e1 100644 --- a/ddecal/Settings.h +++ b/ddecal/Settings.h @@ -141,9 +141,9 @@ struct Settings { // keep host buffers between solve iteration // for the GPU solver const bool keep_host_buffers; - // Number of iterations low-rank approximation (LRA) method + // Number of iterations for the low-rank approximation (LRA) method const size_t n_lra_iterations; - // Number of power-method iterations to take each lra iteration + // In each lra iteration, the number of power-method iterations to take const size_t n_lra_power_iterations; const std::vector<std::string> model_data_columns; -- GitLab