Skip to content

Commit

Permalink
Merge pull request #13 from jeeberhardt/develop
Browse files Browse the repository at this point in the history
Computing grid maps with vinardo scoring function
  • Loading branch information
jeeberhardt committed Jul 27, 2021
2 parents 28f1d52 + db6d733 commit 1d1ba12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ Thank you!\n";
if (vm.count("ligand")) {
v.set_ligand_from_file(ligand_names);

if (sf_name.compare("vina") == 0) {
if (sf_name.compare("vina") == 0 || sf_name.compare("vinardo") == 0) {
if (vm.count("maps")) {
v.load_maps(maps);
} else {
Expand Down

0 comments on commit 1d1ba12

Please sign in to comment.