Skip to content

Commit

Permalink
Verifying integrity of input data
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippeDevloo committed Jul 8, 2024
1 parent 01c18ce commit 4747e24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Matrix/pzmatred.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ template<class TVar, class TSideMatrix>
void TPZMatRed<TVar,TSideMatrix>::SetSolver(TPZAutoPointer<TPZMatrixSolver<TVar> > solver)
{
fK00=solver->Matrix();
if(fK00->Rows() != fDim0) DebugStop();
fSolver = solver;
this->fSymProp = fK00->GetSymmetry();
}
Expand Down

0 comments on commit 4747e24

Please sign in to comment.