diff --git a/framework/src/outputs/MaterialPropertyDebugOutput.C b/framework/src/outputs/MaterialPropertyDebugOutput.C index 12545c7a39ff..4013cc8f018b 100644 --- a/framework/src/outputs/MaterialPropertyDebugOutput.C +++ b/framework/src/outputs/MaterialPropertyDebugOutput.C @@ -49,7 +49,7 @@ MaterialPropertyDebugOutput::output(const ExecFlagType & /*type*/) } _console << "\n\nConsumed Material Properties:\n"; - _console << std::setw(ConsoleUtils::console_field_width) << consumed.str() << '\n'; + _console << std::setw(ConsoleUtils::console_field_width) << consumed.str() << std::endl; } void diff --git a/test/tests/postprocessors/perf_graph_data/perf_graph.i b/test/tests/postprocessors/perf_graph_data/perf_graph.i index 388094fdcd79..c0a93e07aa6e 100644 --- a/test/tests/postprocessors/perf_graph_data/perf_graph.i +++ b/test/tests/postprocessors/perf_graph_data/perf_graph.i @@ -41,25 +41,25 @@ type = PerfGraphData section_name = FEProblem::computeResidualInternal data_type = CALLS - execute_on = 'INITIAL TIMESTEP_END' + execute_on = 'TIMESTEP_END' [] [self] type = PerfGraphData section_name = FEProblem::computeResidualInternal data_type = SELF - execute_on = 'INITIAL TIMESTEP_END' + execute_on = 'TIMESTEP_END' [] [children] type = PerfGraphData section_name = FEProblem::computeResidualInternal data_type = CHILDREN - execute_on = 'INITIAL TIMESTEP_END' + execute_on = 'TIMESTEP_END' [] [total] type = PerfGraphData section_name = FEProblem::computeResidualInternal data_type = TOTAL - execute_on = 'INITIAL TIMESTEP_END' + execute_on = 'TIMESTEP_END' [] []