Skip to content

Commit

Permalink
Rebase Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dharinib98 committed Feb 20, 2025
2 parents 8df6aac + df6b2b4 commit eab2e0e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions src/global_data/4C_global_data_read.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1875,9 +1875,7 @@ void Global::read_parameter(Global::Problem& problem, Core::IO::InputFile& input

for (const auto& [section_name, _] : parameter_section_specs)
{

Core::IO::read_parameters_in_section(input, section_name, *list);

}

// check for invalid parameters
Expand Down
1 change: 1 addition & 0 deletions src/inpar/4C_inpar_solver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ namespace Inpar::SOLVER
// Ifpack options
{
Core::Utils::string_parameter(

"IFPACK_XML_FILE", "none", "xml file defining any IFPACK options", list);
}

Expand Down

0 comments on commit eab2e0e

Please sign in to comment.