Using constructor in default argument creation.

This commit is contained in:
Joakim Hove 2016-10-20 18:20:50 +02:00
parent a8639b8822
commit 9336045966

View File

@ -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.