Skip to content

Commit

Permalink
Fix: add support for ad types
Browse files Browse the repository at this point in the history
  • Loading branch information
ysyecust committed Mar 3, 2024
1 parent 785d547 commit cb2939e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions unidock/src/lib/ad4cache.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,14 @@ std::string get_adtype_str(sz& t) {
return "At";
case AD_TYPE_W:
return "W";
case AD_TYPE_OXA:
return "OXA";
case AD_TYPE_NXA:
return "NXA";
case AD_TYPE_OXD:
return "OXD";
case AD_TYPE_NXD:
return "NXD";
default:
VINA_CHECK(false);
}
Expand Down

0 comments on commit cb2939e

Please sign in to comment.