mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Fix minor typo in comment.
This commit is contained in:
parent
a21f20f462
commit
8cd6be1244
@ -25,9 +25,9 @@ namespace Opm
|
||||
|
||||
/// \brief Make a vector of pressure thresholds from deck input.
|
||||
/// This function looks at EQLOPTS, THPRES and EQLNUM to determine
|
||||
/// pressure thresholds. It does not considered the case where
|
||||
/// the threshold values are defaulted, in which case they should
|
||||
/// be determined from the initial, equilibrated simulation state.
|
||||
/// pressure thresholds. It does not consider the case where the
|
||||
/// threshold values are defaulted, in which case they should be
|
||||
/// determined from the initial, equilibrated simulation state.
|
||||
/// \tparam Grid Type of grid object (UnstructuredGrid or CpGrid).
|
||||
/// \param[in] deck Input deck, EQLOPTS and THPRES are accessed from it.
|
||||
/// \param[in] eclipseState Processed eclipse state, EQLNUM is accessed from it.
|
||||
|
Loading…
Reference in New Issue
Block a user