Using constructor in default argument creation.
This commit is contained in:
parent
a8639b8822
commit
9336045966
@ -60,7 +60,7 @@ public:
|
||||
///
|
||||
/// - The NNC argument is distributed between the EGRID and INIT
|
||||
/// files.
|
||||
void writeInitAndEgrid(data::Solution simProps = {}, const NNC& nnc = NNC());
|
||||
void writeInitAndEgrid(data::Solution simProps = data::Solution( ), const NNC& nnc = NNC());
|
||||
|
||||
/*!
|
||||
* \brief Write a reservoir state and summary information to disk.
|
||||
|
Loading…
Reference in New Issue
Block a user