Skip to content

Commit

Permalink
simple reaction
Browse files Browse the repository at this point in the history
  • Loading branch information
even1024 committed Jan 17, 2025
1 parent be0090c commit c8d7bf6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,7 @@ ReactionMultistepDetector::ReactionType ReactionMultistepDetector::detectReactio
createSummBlocks();
bool has_multistep = mapReactionComponents();
bool has_multitail = mapMultitailReactionComponents();
//if (has_multistep || has_multitail)
// if (has_multistep || has_multitail)
mergeUndefinedComponents();
sortSummblocks();
return has_multitail ? ReactionType::EPathwayReaction : (has_multistep ? ReactionType ::EMutistepReaction : ReactionType::ESimpleReaction);
Expand Down

0 comments on commit c8d7bf6

Please sign in to comment.