Skip to content

Commit

Permalink
Removing another redundant line
Browse files Browse the repository at this point in the history
  • Loading branch information
gkogekar committed Feb 17, 2023
1 parent 95bf85f commit 0bf1888
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/zeroD/Reactor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,6 @@ void Reactor::evalSurfaces(double* LHS, double* RHS, double* sdot)
RHS[loc + k] = m_work[surfloc + k] * rs0 * surf->size(k);
sum -= RHS[loc + k];
}
LHS[loc] = 1.0;
RHS[loc] = sum;
loc += nk;

Expand Down

0 comments on commit 0bf1888

Please sign in to comment.