opm-simulators/opm/core/props
Andreas Lauser 2306c2c305 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
..
pvt Changed std::tr1 occurences to boost. 2013-07-04 16:04:35 +02:00
rock Changed std::tr1 occurences to boost. 2013-07-04 16:04:35 +02:00
satfunc Remove trailing whitespaces 2013-07-28 08:34:13 -03:00
BlackoilPhases.hpp Moved fluid -> props and subdirs. 2013-03-14 09:56:48 +01:00
BlackoilPropertiesBasic.cpp Add phaseUsage() method to BlackoilPropertiesInterface. 2013-05-13 16:20:00 +02:00
BlackoilPropertiesBasic.hpp Add phaseUsage() method to BlackoilPropertiesInterface. 2013-05-13 16:20:00 +02:00
BlackoilPropertiesFromDeck.cpp Add phaseUsage() method to BlackoilPropertiesInterface. 2013-05-13 16:20:00 +02:00
BlackoilPropertiesFromDeck.hpp Remove trailing whitespaces 2013-07-28 08:34:13 -03:00
BlackoilPropertiesInterface.hpp fix a few CLang warnings 2013-07-30 16:27:20 +02:00
IncompPropertiesBasic.cpp make config.h the first header to be included in any compile unit 2013-04-10 12:56:14 +02:00
IncompPropertiesBasic.hpp Use markdown for parameter lists. 2013-03-22 10:02:04 +01:00
IncompPropertiesFromDeck.cpp make config.h the first header to be included in any compile unit 2013-04-10 12:56:14 +02:00
IncompPropertiesFromDeck.hpp Adapt include statements to moved headers. 2013-03-14 10:29:42 +01:00
IncompPropertiesInterface.hpp Moved fluid -> props and subdirs. 2013-03-14 09:56:48 +01:00
phaseUsageFromDeck.hpp Adapt include statements to moved headers. 2013-03-14 10:29:42 +01:00