Skip to content

Commit

Permalink
Fix setting of Reaction.rate_units
Browse files Browse the repository at this point in the history
  • Loading branch information
speth authored and ischoegl committed Apr 18, 2023
1 parent ee0d7dd commit 2def1d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/kinetics/Reaction.cpp
Expand Up @@ -548,6 +548,7 @@ UnitStack Reaction::calculateRateCoeffUnits(const Kinetics& kin)
rate_units.join(-1);
}

Reaction::rate_units = rate_units.product();
return rate_units;
}

Expand Down

0 comments on commit 2def1d8

Please sign in to comment.