Added some more documentation

This commit is contained in:
Kjetil Olsen Lye
2012-04-25 16:45:32 +02:00
parent 8099e32b91
commit 8782a6202c
2 changed files with 5 additions and 3 deletions

View File

@@ -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;