Corrected typo in comments.
This commit is contained in:
parent
42a9888829
commit
c5c0487227
@ -171,9 +171,9 @@ namespace Opm {
|
|||||||
/// b) this method throws an appropriate exception.
|
/// b) this method throws an appropriate exception.
|
||||||
///
|
///
|
||||||
/// \param name is the name of the parameter in question.
|
/// \param name is the name of the parameter in question.
|
||||||
/// \param default_value the defualt value of the parameter in
|
/// \param default_value the default value of the parameter in
|
||||||
/// question.
|
/// question.
|
||||||
/// \return The value associated with then name in this parameter
|
/// \return The value associated with this name in this parameter
|
||||||
/// group.
|
/// group.
|
||||||
template<typename T>
|
template<typename T>
|
||||||
T getDefault(const std::string& name,
|
T getDefault(const std::string& name,
|
||||||
|
Loading…
Reference in New Issue
Block a user