mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Cleaned up bogus documentation and whitespace
This commit is contained in:
parent
c06e5b7cf8
commit
900fec427d
@ -223,7 +223,6 @@ namespace Opm
|
|||||||
* visualization tools like ResInsight. This function will extract the
|
* visualization tools like ResInsight. This function will extract the
|
||||||
* requested output cell properties specified by the RPTRST keyword
|
* requested output cell properties specified by the RPTRST keyword
|
||||||
* and write these to file.
|
* and write these to file.
|
||||||
* \param inititalWrite If true this function will set the initial OIP.
|
|
||||||
*/
|
*/
|
||||||
template<class Model>
|
template<class Model>
|
||||||
void writeTimeStep(const SimulatorTimerInterface& timer,
|
void writeTimeStep(const SimulatorTimerInterface& timer,
|
||||||
@ -247,7 +246,7 @@ namespace Opm
|
|||||||
const Opm::WellStateFullyImplicitBlackoil& wellState,
|
const Opm::WellStateFullyImplicitBlackoil& wellState,
|
||||||
const std::map<std::string, double>& miscSummaryData,
|
const std::map<std::string, double>& miscSummaryData,
|
||||||
const std::map<std::string, std::vector<double>>& extraRestartData,
|
const std::map<std::string, std::vector<double>>& extraRestartData,
|
||||||
bool substep = false );
|
bool substep = false);
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
* \brief Write a blackoil reservoir state to disk for later inspection with
|
* \brief Write a blackoil reservoir state to disk for later inspection with
|
||||||
|
Loading…
Reference in New Issue
Block a user