Skip to content

Commit

Permalink
Update src/coreComponents/denseLinearAlgebra/denseLASolvers.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
CusiniM authored Aug 20, 2024
1 parent ba99762 commit 58326d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coreComponents/denseLinearAlgebra/denseLASolvers.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ bool solveGaussianElimination( MATRIX_TYPE & A, RHS_TYPE & b, SOL_TYPE && x )
return true;
}

}; // internal namespace
}; // details namespace

/**
* @brief Solves a linear system using the most appropriate method based on the size of the system.
Expand Down

0 comments on commit 58326d4

Please sign in to comment.