Skip to content

Commit

Permalink
correct the code format
Browse files Browse the repository at this point in the history
  • Loading branch information
12Chao committed Jul 8, 2021
1 parent 87d0fa8 commit bae8bea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kinetics/Reaction.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1116,7 +1116,7 @@ void BlowersMaselInterfaceReaction::validate()
{
BlowersMaselReaction::validate();
if (is_sticking_coefficient) {
try{
try {
rate.validate(equation());
} catch (CanteraError& err) {
throw InputFileError("BlowersMaselInterfaceReaction::validate", input,
Expand Down

0 comments on commit bae8bea

Please sign in to comment.