Simulator programs and utilities for automatic differentiation.
Go to file
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
examples Moved ColumnExtract and initState. 2013-03-18 12:47:23 +01:00
opm/simulators fix a few CLang warnings 2013-07-30 16:27:20 +02:00