Skip to content

Commit

Permalink
default quda_input.mg_mu_factor is set to _default_quda_mg_mu_factor …
Browse files Browse the repository at this point in the history
…on all levels
  • Loading branch information
aniketsen committed Oct 25, 2023
1 parent 49b0dea commit def70a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion read_input.l
Original file line number Diff line number Diff line change
Expand Up @@ -3886,7 +3886,7 @@ int read_input(char * conf_file){
quda_input.mg_smoother_tol[level] = _default_quda_mg_smoother_tol;

quda_input.mg_n_vec[level] = _default_quda_mg_n_vec;
quda_input.mg_mu_factor[level] = 1.0;
quda_input.mg_mu_factor[level] = _default_quda_mg_mu_factor;
quda_input.mg_coarse_solver_type[level] = QUDA_GCR_INVERTER;
quda_input.mg_smoother_type[level] = QUDA_CA_GCR_INVERTER;

Expand Down

0 comments on commit def70a3

Please sign in to comment.