Skip to content

Commit

Permalink
ket rdf
Browse files Browse the repository at this point in the history
  • Loading branch information
even1024 committed Nov 20, 2024
1 parent 3ec9b42 commit dee66d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -697,7 +697,7 @@ void ReactionMultistepDetector::collectMetadata(int reaction_idx, PathwayReactio
{
collectProperties(sr, static_cast<const SimpleTextObject&>(rxn.meta().getMetaObject(SimpleTextObject::CID, text_idx)));
int meta_id = rxn.meta().getMetaObjectIndex(SimpleTextObject::CID, text_idx);
rxn.meta().addExplicitReactionObjectIndex(reaction_idx);
rxn.meta().addExplicitReactionObjectIndex(meta_id);
}
}

Expand Down

0 comments on commit dee66d9

Please sign in to comment.