Skip to content

Commit

Permalink
Update src/kinetics/InterfaceKinetics.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Ingmar Schoegl <ischoegl@lsu.edu>
  • Loading branch information
c-randall and ischoegl committed Oct 10, 2022
1 parent e539bff commit 7cccb0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kinetics/InterfaceKinetics.cpp
Expand Up @@ -604,7 +604,7 @@ double InterfaceKinetics::interfaceCurrent(const size_t iphase)
thermo(iphase).getCharges(charges.data());
getNetProductionRates(netProdRates.data());

for(size_t k=0; k < thermo(iphase).nSpecies(); k++)
for (size_t k = 0; k < thermo(iphase).nSpecies(); k++)
{
dotProduct += charges[k] * netProdRates[m_start[iphase] + k];
}
Expand Down

0 comments on commit 7cccb0c

Please sign in to comment.