clean up some comments

- simulator note was copied from the typetag dependent class (EclWriter)
- opm-output is no longer a separate module
This commit is contained in:
Arne Morten Kvarving
2024-06-25 10:51:48 +02:00
parent d7d74d3a3e
commit 981a5f8a14
2 changed files with 2 additions and 5 deletions

View File

@@ -69,9 +69,6 @@ class EclGenericWriter
using TransmissibilityType = Transmissibility<Grid,GridView,ElementMapper,CartesianIndexMapper,Scalar>;
public:
// The Simulator object should preferably have been const - the
// only reason that is not the case is due to the SummaryState
// object owned deep down by the vanguard.
EclGenericWriter(const Schedule& schedule,
const EclipseState& eclState,
const SummaryConfig& summaryConfig,