Skip to content

Commit bd9fe82

Browse files
jbreue16Copilot
andauthored
Update src/libcadet/model/reaction/MichaelisMentenReaction.cpp
Co-authored-by: Copilot <[email protected]>
1 parent fe07d7e commit bd9fe82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcadet/model/reaction/MichaelisMentenReaction.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ class MichaelisMentenReactionBase : public DynamicReactionModelBase
217217
for (int idxSubstrateReaction_r : idxSubstrateReaction_r)
218218
{
219219
if(std::find(idxInhibitorReaction_r.begin(), idxInhibitorReaction_r.end(), idxSubstrateReaction_r) != idxInhibitorReaction_r.end())
220-
throw InvalidParameterException("Inhibitor is also substrate in reaction " + std::to_string(r) + "this is not supportet yet");
220+
throw InvalidParameterException("Inhibitor is also substrate in reaction " + std::to_string(r) + "this is not supported yet");
221221
}
222222
}
223223

0 commit comments

Comments
 (0)