Skip to content

Commit

Permalink
Merge pull request #1144 from ghutchis/add-ent-pdb-extension
Browse files Browse the repository at this point in the history
Add uncommon "ent" extension for PDB entries
  • Loading branch information
ghutchis authored Aug 26, 2022
2 parents 63bec12 + 47341e4 commit 0dc0a14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions avogadro/io/pdbformat.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ std::vector<std::string> PdbFormat::fileExtensions() const
{
std::vector<std::string> ext;
ext.emplace_back("pdb");
ext.emplace_back("ent");
return ext;
}

Expand Down

0 comments on commit 0dc0a14

Please sign in to comment.