Skip to content

Commit

Permalink
Update SinglePhaseFVMKernels.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
paveltomin authored Aug 15, 2024
1 parent 584cda5 commit 995d1f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ class FaceBasedAssemblyKernel : public FaceBasedAssemblyKernelBase
real64 alpha = 0.0;
real64 mobility = 0.0;
real64 potGrad = 0.0;
real64 trans[2] = {stack.transmissibility[connectionIndex][0], stack.transmissibility[connectionIndex][1]};
real64 trans[2] = { stack.transmissibility[connectionIndex][0], stack.transmissibility[connectionIndex][1] };
real64 dTrans[2] = { stack.dTrans_dPres[connectionIndex][0], stack.dTrans_dPres[connectionIndex][1] };
real64 dFlux_dP[2] = {0.0, 0.0};
localIndex const regionIndex[2] = {m_seri( iconn, k[0] ), m_seri( iconn, k[1] )};
Expand Down

0 comments on commit 995d1f9

Please sign in to comment.