opm-simulators/examples
Andreas Lauser a47f8e2aec boxmodels: make them compile with -pedantic
tested on GCC 4.3 and GCC 4.6. Due to an incompatibility between those
two compilers (GCC 4.3 expects that there's no semicolon behind
static_assert(), GCC 4.6 requires one), it only compiles on GCC 4.6.
2012-07-12 21:24:32 +02:00
..
CMakeLists.txt make the coupled tutorial compile again, clean up the interface between the problem and the model 2012-07-11 23:27:49 +02:00
Makefile.am adjusted Makefile.ams such that tarball is built 2012-07-12 21:23:00 +02:00
tutorial_coupled.cc remove warning-causing semicolons 2012-07-12 21:24:31 +02:00
tutorial_decoupled.cc eliminate all dependencies on boost 2012-07-12 21:24:28 +02:00
tutorialproblem_coupled.hh boxmodels: make them compile with -pedantic 2012-07-12 21:24:32 +02:00
tutorialproblem_decoupled.hh decoupled 2p: fix compilation of tutorial and generalproblem, keep the property TwoPIndices for compatibility with box models, comment declaration of some unused variables 2012-07-12 21:24:31 +02:00
tutorialspatialparameters_coupled.hh remove warning-causing commas 2012-07-12 21:24:31 +02:00
tutorialspatialparameters_decoupled.hh insert emacs and vi modelines to make indentation more consistent 2012-07-12 21:24:25 +02:00