Collection of utilities, solvers and other components.
Go to file
Bård Skaflestad 7f02860e11 Support switching off syntax check in constructor.
This is useful if a set of parameters can all be defaulted in which
case launching the executable *should* be a simple as

    ./a.out

but the constructor requirement leads to using

    ./a.out a=b

or something similar.
2012-01-19 09:13:05 +01:00
examples Quash a number of buglets. 2012-01-17 16:09:02 +01:00
m4 Now detects boost and compiles some tests. 2011-12-19 15:26:26 +01:00
opm/core Support switching off syntax check in constructor. 2012-01-19 09:13:05 +01:00
tests Remove warning about missing function declaration. 2012-01-06 00:05:05 +01:00
.hgignore Add demonstration for bare-bones reordering implementation. 2012-01-17 14:41:00 +01:00
.hgtags update tags 2011-12-21 11:21:09 +00:00
configure.ac AM_PROG_CC_C_O needed because of subdir objects. 2012-01-06 11:22:35 +01:00
Makefile.am Added classes IncompPropertiesInterface and IncompPropertiesBasic. 2012-01-18 18:50:56 +01:00