Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/febiosoftware/FEBio into…
Browse files Browse the repository at this point in the history
… develop
  • Loading branch information
SteveMaas1978 committed Dec 8, 2024
2 parents acccd8f + 1c16407 commit c2026aa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion FEBioFluid/FEFluidNormalVelocity.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ void FEFluidNormalVelocity::Activate()
{
if (SetParabolicVelocity() == false)
{
feLogError("Unable to set parablic velocity\n");
feLogError("Unable to set parabolic velocity\n");
}
}

Expand Down
1 change: 0 additions & 1 deletion NumCore/PardisoProjectSolver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ PardisoProjectSolver::PardisoProjectSolver(FEModel* fem) : LinearSolver(fem), m_
//-----------------------------------------------------------------------------
PardisoProjectSolver::~PardisoProjectSolver()
{
Destroy();
}

//-----------------------------------------------------------------------------
Expand Down

0 comments on commit c2026aa

Please sign in to comment.