change namespace from 'Dune' to 'Opm'

everything still compiles.
This commit is contained in:
Andreas Lauser
2013-02-05 16:05:02 +01:00
parent 3f6322c236
commit c4f0bb5680
71 changed files with 211 additions and 209 deletions
+2 -2
View File
@@ -54,7 +54,7 @@
#include <ctime>
#include <sys/utsname.h>
#include <dune/upscaling/SinglePhaseUpscaler.hpp>
#include <opm/upscaling/SinglePhaseUpscaler.hpp>
#include <dune/common/mpihelper.hh>
using namespace std;
@@ -177,7 +177,7 @@ int upscale(int varnum, char** vararg) {
cout << endl;
// Storage for upscaled results:
using Dune::SinglePhaseUpscaler;
using Opm::SinglePhaseUpscaler;
typedef SinglePhaseUpscaler::permtensor_t Matrix;
Matrix Kfixed, Klinear, Kperiodic;