mirror of
https://github.com/OPM/ResInsight.git
synced 2025-01-07 06:33:05 -06:00
Fault Reactivation: Include application in INP export file.
This commit is contained in:
parent
4f9e2dd2a3
commit
5fc5828d66
@ -22,6 +22,7 @@
|
||||
#include "RigGriddedPart3d.h"
|
||||
|
||||
#include "RiaApplication.h"
|
||||
#include "RiaBaseDefs.h"
|
||||
#include "RiaVersionInfo.h"
|
||||
|
||||
#include "RifInpExportTools.h"
|
||||
@ -33,7 +34,7 @@
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
std::pair<bool, std::string> RifFaultReactivationModelExporter::exportToStream( std::ostream& stream, const RigFaultReactivationModel& model )
|
||||
{
|
||||
std::string applicationNameAndVersion = STRPRODUCTVER;
|
||||
std::string applicationNameAndVersion = std::string( RI_APPLICATION_NAME ) + " " + std::string( STRPRODUCTVER );
|
||||
|
||||
using PartBorderSurface = RigGriddedPart3d::BorderSurface;
|
||||
std::vector<std::pair<PartBorderSurface, std::string>> borders = { { PartBorderSurface::UpperSurface, "TOP" },
|
||||
|
Loading…
Reference in New Issue
Block a user