opm-core/tests
Bård Skaflestad f5d67fafc8 Favour std::vector<> over variably-sized arrays.
Variably-sized arrays of the form

   int n = 6;
   double a[n];

are an extension to the language that will illicit a suitably
persnickety diagnostic from GCC when invoked with "-pedantic".
2013-06-05 17:14:33 +02:00
..
not-unit A test that compares the blackoil fluid based on the [p,r] interface 2013-06-05 11:21:47 +02:00
extratestdata.xml Now compiles parameter testcase, removed extraneous imported makefiles. 2011-12-19 16:02:51 +01:00
test_blackoilfluid.cpp Favour std::vector<> over variably-sized arrays. 2013-06-05 17:14:33 +02:00
test_column_extract.cpp Moved ColumnExtract and initState. 2013-03-18 12:47:23 +01:00
test_dgbasis.cpp Update to follow previous moves and deletes. 2013-03-18 12:40:34 +01:00
test_geom2d.cpp Unit test the geometry computations for 2D grids 2013-01-22 23:21:26 +01:00
test_nonuniformtablelinear.cpp Whitespace cleanup. 2013-03-23 23:46:05 +01:00
test_param.cpp Restructure tests directory to unit tests 2013-02-11 22:38:01 +01:00
test_quadratures.cpp Move GridManager to grid subdir. 2013-03-18 10:16:46 +01:00
test_sparsetable.cpp Restructure tests directory to unit tests 2013-02-11 22:38:01 +01:00
test_sparsevector.cpp Restructure tests directory to unit tests 2013-02-11 22:38:01 +01:00
test_uniformtablelinear.cpp Whitespace cleanup. 2013-03-23 23:46:05 +01:00
test_velocityinterpolation.cpp Move GridManager to grid subdir. 2013-03-18 10:16:46 +01:00
test_wachspresscoord.cpp Move GridManager to grid subdir. 2013-03-18 10:16:46 +01:00
test_wells.cpp Renamed newwells.h -> wells.h. 2013-03-18 10:33:34 +01:00
testdata.xml Now compiles parameter testcase, removed extraneous imported makefiles. 2011-12-19 16:02:51 +01:00
testFluid.DATA Mark deck as FIELD units. 2013-06-05 12:24:23 +02:00