mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Always create proper case name.
Without this, rank 0 gets an empty case name, resulting in buggy VTK output with filenames containing the genereric stem "sim" rather than the case name as stem.
This commit is contained in:
@@ -268,8 +268,7 @@ public:
|
|||||||
edgeWeightsMethod_ = Dune::EdgeWeightMethod(EWOMS_GET_PARAM(TypeTag, int, EdgeWeightsMethod));
|
edgeWeightsMethod_ = Dune::EdgeWeightMethod(EWOMS_GET_PARAM(TypeTag, int, EdgeWeightsMethod));
|
||||||
ownersFirst_ = EWOMS_GET_PARAM(TypeTag, bool, OwnerCellsFirst);
|
ownersFirst_ = EWOMS_GET_PARAM(TypeTag, bool, OwnerCellsFirst);
|
||||||
|
|
||||||
// Skip processing of filename if external deck already exists.
|
// Make proper case name.
|
||||||
if (!externalDeck_)
|
|
||||||
{
|
{
|
||||||
if (fileName == "")
|
if (fileName == "")
|
||||||
throw std::runtime_error("No input deck file has been specified as a command line argument,"
|
throw std::runtime_error("No input deck file has been specified as a command line argument,"
|
||||||
|
|||||||
Reference in New Issue
Block a user