Skip to content

Commit

Permalink
Change --detratio to --determinant-ratio
Browse files Browse the repository at this point in the history
  • Loading branch information
maddyscientist committed Dec 12, 2023
1 parent 7c4a177 commit 45eaa3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/utils/command_line_params.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1122,5 +1122,5 @@ void add_quark_smear_option_group(std::shared_ptr<QUDAApp> quda_app)
void add_clover_force_option_group(std::shared_ptr<QUDAApp> quda_app)
{
auto opgroup = quda_app->add_option_group("Clover force", "Options controlling clover force testing");
opgroup->add_option("--detratio", detratio, "Test a ratio of determinants. Default is false");
opgroup->add_option("--determinant-ratio", detratio, "Test a ratio of determinants. Default is false");
}

0 comments on commit 45eaa3d

Please sign in to comment.