Skip to content

Commit

Permalink
Creating the help and param outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
ahurta92 committed Jul 1, 2024
1 parent a22d89d commit a4f8c27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apps/molresponse/maddft/mad-dft.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ auto main(int argc, char *argv[]) -> int {
commandlineparser parser(argc, argv);

if (parser.key_exists("help")) {
SCF::help();
ParameterManager::help();

} else if (parser.key_exists("print_parameters")) {
params.print_params();
Expand Down

0 comments on commit a4f8c27

Please sign in to comment.