add blank line before and after "Reading Parameters"

This commit is contained in:
Liu Ming 2016-06-13 13:43:50 +08:00
parent dd5d9b34a2
commit 969ce5ca53

View File

@ -297,7 +297,7 @@ namespace Opm
{
// Read parameters.
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_);