mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
add blank line before and after "Reading Parameters"
This commit is contained in:
parent
dd5d9b34a2
commit
969ce5ca53
@ -297,7 +297,7 @@ namespace Opm
|
|||||||
{
|
{
|
||||||
// Read parameters.
|
// Read parameters.
|
||||||
if ( output_cout_ ) {
|
if ( output_cout_ ) {
|
||||||
std::cout << "--------------- Reading parameters ---------------" << std::endl;
|
std::cout << "\n--------------- Reading parameters ---------------\n" << std::endl;
|
||||||
}
|
}
|
||||||
param_ = parameter::ParameterGroup(argc, argv, false, output_cout_);
|
param_ = parameter::ParameterGroup(argc, argv, false, output_cout_);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user