Changed namespace Dune -> namespace Opm.

This commit is contained in:
Bjørn Spjelkavik
2012-01-19 13:50:57 +01:00
parent 7560f3b9a4
commit e697fb72e3
68 changed files with 152 additions and 152 deletions

View File

@@ -39,7 +39,7 @@
#include <map>
#include <tr1/memory>
namespace Dune
namespace Opm
{
/** This is an object factory for creating objects of some type
@@ -138,7 +138,7 @@ namespace Dune
};
} // namespace Dune
} // namespace Opm
#endif // OPENRS_FACTORY_HEADER