mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
minor formatting for spaces for one if statement.
This commit is contained in:
parent
c026503e91
commit
46edf7bb90
@ -158,7 +158,7 @@ namespace Opm
|
||||
has_plyshlog_ = deck->hasKeyword("PLYSHLOG");
|
||||
has_shrate_ = deck->hasKeyword("SHRATE");
|
||||
|
||||
if(has_plyshlog_){
|
||||
if (has_plyshlog_) {
|
||||
// Assuming NTPVT == 1 always due to the limitation of the parser
|
||||
const auto& plyshlogTable = eclipseState->getPlyshlogTables()[0];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user