Simulator programs and utilities for automatic differentiation.
Go to file
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
examples Add call to DG tracer computations if user requests. 2013-04-24 10:40:56 +02:00
opm/core fix a few CLang warnings 2013-07-30 16:27:20 +02:00
tests Mark deck as FIELD units. 2013-06-05 12:24:23 +02:00