Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
trevilo committed Aug 23, 2024
1 parent 43cf750 commit 7a451cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reactingFlow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2007,7 +2007,7 @@ void ReactingFlow::updateMixture() {
for (int sp = 0; sp < nActiveSpecies_; sp++) {
// for (int sp = 0; sp < nSpecies_; sp++) {
state[dim_ + 1 + sp + 1] = d_Rho[i] * d_Yn[i + sp * sDofInt_];
//state[dim_ + sp + 1] = d_Rho[i] * d_Yn[i + sp * sDofInt_];
// state[dim_ + sp + 1] = d_Rho[i] * d_Yn[i + sp * sDofInt_];
// std::cout << "state[" << dim_ + sp + 1 << "] <= Yn:" << d_Yn[i + sp * sDofInt_] << endl;
}

Expand Down

0 comments on commit 7a451cf

Please sign in to comment.