Skip to content

Commit

Permalink
Fix find and replace typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiangrimberg committed Feb 27, 2024
1 parent f3ef607 commit 98ac8f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion palace/linalg/arpack.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -675,7 +675,7 @@ void ArpackPEPSolver::SetOperators(const ComplexOperator &K, const ComplexOperat
int ArpackPEPSolver::Solve()
{
// Set some defaults (from SLEPc ARPACK interface). The problem size is the size of the
// 2$ block linearized problem.
// 2x2 block linearized problem.
CheckParameters();
HYPRE_BigInt N = n;
Mpi::GlobalSum(1, &N, comm);
Expand Down

0 comments on commit 98ac8f7

Please sign in to comment.