Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mohd-afeef-badri committed Jan 15, 2025
1 parent 2cf1a0d commit 3ccab70
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/laplace/FemModule.cc
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ compute()
m_linear_system.setLinearSystemFactory(options()->linearSystem());
m_linear_system.initialize(subDomain(), acceleratorMng()->defaultRunner(), m_dofs_on_nodes.dofFamily(), "Solver");
// Test for adding parameters for PETSc.
// This is only used for the first call.
{
StringList string_list;
string_list.add("-ksp_monitor");
Expand Down

0 comments on commit 3ccab70

Please sign in to comment.