opm-simulators/opm/simulators
Andreas Lauser 5c4c44812d 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
..
SimulatorCompressibleTwophase.cpp fix a few CLang warnings 2013-07-30 16:27:20 +02:00
SimulatorCompressibleTwophase.hpp Rename function argument and variable. 2012-10-12 09:21:52 +02:00
SimulatorIncompTwophase.cpp Subtract time spend in callbacks from total 2013-05-14 11:38:09 +02:00
SimulatorIncompTwophase.hpp fix a few CLang warnings 2013-07-30 16:27:20 +02:00