Upscaling Examples: Spring cleaning

Mostly:
  - Sort headers
  - Re-indent to fix white-space
  - Remove long-disabled code
This commit is contained in:
Bård Skaflestad
2016-04-19 17:51:08 +02:00
parent 43ff7cb222
commit 17fe369853
25 changed files with 725 additions and 756 deletions
+27 -19
View File
@@ -27,28 +27,11 @@
difference in their properties (poro or perm)
Direction for pairing is set from the command line
*/
#include <config.h>
#include <opm/output/eclipse/CornerpointChopper.hpp>
#include <opm/upscaling/SinglePhaseUpscaler.hpp>
#include <opm/porsol/common/setupBoundaryConditions.hpp>
#include <opm/core/utility/Units.hpp>
#include <boost/random/mersenne_twister.hpp>
#include <boost/random/uniform_int.hpp>
#include <boost/random/uniform_real.hpp>
#include <boost/random/variate_generator.hpp>
#include <ios>
#include <iomanip>
#include <sys/utsname.h>
#include <ctime>
#include <cmath>
#include <sstream>
#include <fstream>
#include <iostream>
#include <opm/common/utility/platform_dependent/disable_warnings.h>
#include <dune/common/version.hh>
#if DUNE_VERSION_NEWER(DUNE_COMMON, 2, 3)
@@ -57,6 +40,31 @@
#include <dune/common/mpihelper.hh>
#endif
#include <opm/common/utility/platform_dependent/reenable_warnings.h>
#include <opm/core/utility/Units.hpp>
#include <opm/output/eclipse/CornerpointChopper.hpp>
#include <opm/porsol/common/setupBoundaryConditions.hpp>
#include <opm/upscaling/SinglePhaseUpscaler.hpp>
#include <cmath>
#include <ctime>
#include <fstream>
#include <iomanip>
#include <ios>
#include <iostream>
#include <sstream>
#include <sys/utsname.h>
#include <boost/random/mersenne_twister.hpp>
#include <boost/random/uniform_int.hpp>
#include <boost/random/uniform_real.hpp>
#include <boost/random/variate_generator.hpp>
int main(int argc, char** argv)
try
{