Use basename for filename, not title
This commit is contained in:
parent
bb53a74763
commit
54fdaadff9
@ -563,7 +563,7 @@ inline double group_keywords( E keyword,
|
||||
namespace out {
|
||||
|
||||
Summary::Summary( const EclipseState& st, const SummaryConfig& sum ) :
|
||||
Summary( st, sum, st.getTitle().c_str() )
|
||||
Summary( st, sum, st.getIOConfig()->getBaseName().c_str() )
|
||||
{}
|
||||
|
||||
Summary::Summary( const EclipseState& st,
|
||||
|
Loading…
Reference in New Issue
Block a user