Simulator programs and utilities for automatic differentiation.
Go to file
Atgeirr Flø Rasmussen 42464cbcb7 Match init order to member order.
In a constructor initialisation list, the order should be the same
as the order in which the variables actually are initialised, which
is given by the order they are declared in the class and not by the
order in the initialisation list.
2015-08-19 11:33:29 +02:00
examples Updated to use ParseMode. 2015-08-06 15:56:51 +02:00
opm/simulators/timestepping Match init order to member order. 2015-08-19 11:33:29 +02:00
tests Updated to use ParseMode. 2015-08-06 15:56:51 +02:00