Skip to content

Commit

Permalink
Space
Browse files Browse the repository at this point in the history
  • Loading branch information
psakievich authored Aug 2, 2023
1 parent c61db5b commit dee3a89
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/NaluWind.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ void NaluWind::init_prolog(bool multi_solver_mode)
// Dump the input yaml to the start of the logfile
// before the nalu banner
if (!env.parallel_rank()) {
std::cout << std::string(20, '#') << " INPUT FILE START "
<< std::string(20, '#') << std::endl;
sierra::nalu::NaluParsingHelper::emit(std::cout, doc);
std::cout << std::string(20, '#') << " INPUT FILE END "
<< std::string(20, '#') << std::endl;
std::cout << std::string(20, '#') << " INPUT FILE START "
<< std::string(20, '#') << std::endl;
sierra::nalu::NaluParsingHelper::emit(std::cout, doc);
std::cout << std::string(20, '#') << " INPUT FILE END "
<< std::string(20, '#') << std::endl;
}
m_sim.load(m_doc);
if (m_sim.timeIntegrator_->overset_ != nullptr)
Expand Down

0 comments on commit dee3a89

Please sign in to comment.