opm-core/opm/core/transport
Andreas Lauser 5a7992fc56 fix a few CLang warnings
most of them quite insignificant, but still annoying. The only
exception is the warning about the changed alignment for the 'work'
argument of spu_implicit_assemble(). AFAICT, the only reason why it
worked was that the pointer produced by malloc() was passed
directly. (malloc() seems to fulfill all alignment criteria.) To fix
this, I've changed that argument's type from char* to double*.
2013-07-30 16:27:20 +02:00
..
implicit Remove trailing whitespaces 2013-07-28 08:34:13 -03:00
minimal fix a few CLang warnings 2013-07-30 16:27:20 +02:00
reorder make config.h the first header to be included in any compile unit 2013-04-10 12:56:14 +02:00
TransportSolverTwophaseInterface.cpp Remove trailing whitespaces 2013-07-28 08:34:13 -03:00
TransportSolverTwophaseInterface.hpp Modify solve() interface, fix source term bug in implicit solver. 2013-03-15 08:21:55 +01:00