diff --git a/ddecal/Settings.h b/ddecal/Settings.h index bc2d7409a0e26ece303754240348ec3ddd1481ac..b519435e113a097bd60fb591a14d39b6ebc5e68b 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;