mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-19 05:53:28 -06:00
Added some more documentation
This commit is contained in:
parent
38c02c5a63
commit
743085bd16
@ -456,7 +456,7 @@ namespace Opm
|
||||
}
|
||||
} // anonymous namespace
|
||||
|
||||
std::tr1::shared_ptr<WellsGroupInterface> createWellsGroup(std::string name, const EclipseGridParser& deck)
|
||||
std::tr1::shared_ptr<WellsGroupInterface> createWellsGroup(const std::string& name, const EclipseGridParser& deck)
|
||||
{
|
||||
|
||||
std::tr1::shared_ptr<WellsGroupInterface> return_value;
|
||||
|
@ -178,8 +178,10 @@ namespace Opm
|
||||
int self_index_;
|
||||
};
|
||||
|
||||
/// Doc me!
|
||||
std::tr1::shared_ptr<WellsGroupInterface> createWellsGroup(std::string name,
|
||||
/// Creates the WellsGroupInterface for the given name
|
||||
/// \param[in] name the name of the wells group.
|
||||
/// \param[in] deck the deck from which to fetch information.
|
||||
std::tr1::shared_ptr<WellsGroupInterface> createWellsGroup(const std::string& name,
|
||||
const EclipseGridParser& deck);
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user