Skip to content

Commit c6c3dec

Browse files
committed
Fixed compilation issue due to change in FEBio.
1 parent 4c2230f commit c6c3dec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FEBioChem/FENLReactionDiffusionSolver.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ void FEChemNLReactionDiffusionSolver::DiffusionVector(FEGlobalVector& R, const F
288288
bool FEChemNLReactionDiffusionSolver::StiffnessMatrix()
289289
{
290290
// setup the linear system
291-
FELinearSystem LS(this, *m_pK, m_Fd, m_ui, (m_msymm == REAL_SYMMETRIC));
291+
FELinearSystem LS(GetFEModel(), *m_pK, m_Fd, m_ui, (m_msymm == REAL_SYMMETRIC));
292292

293293
// add contributions from domains
294294
FEMesh& mesh = GetFEModel()->GetMesh();

0 commit comments

Comments
 (0)