Skip to content

Commit

Permalink
fixed shex2 issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dominik-kopczynski committed May 9, 2023
1 parent 6c4fb89 commit 2c9c65d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/parser/ShorthandParserEventHandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ ShorthandParserEventHandler::ShorthandParserEventHandler() : LipidBaseParserEven

// set head group headgroup_decorators
reg("carbohydrate_pre_event", set_carbohydrate);
reg("carbohydrate_sulfo_pre_event", set_carbohydrate);
reg("carbohydrate_structural_pre_event", set_carbohydrate_structural);
reg("carbohydrate_isomeric_pre_event", set_carbohydrate_isomeric);

Expand Down

0 comments on commit 2c9c65d

Please sign in to comment.