Commit Graph

12 Commits

Author SHA1 Message Date
Arne Morten Kvarving
86b003dfad remove accessors in DynamicVector added for external serialization 2020-03-19 09:34:12 +01:00
Arne Morten Kvarving
1b1120646f add serialization template to DynamicVector 2020-03-19 09:34:12 +01:00
Arne Morten Kvarving
2ca198d687 add equality operator to DynamicVector 2020-01-03 13:20:36 +01:00
Arne Morten Kvarving
eadca769a0 allow constructing DynamicVector for data
also add default constructor and accessor
2019-12-20 08:10:03 +01:00
Jørgen Kvalsvik
e5b5c3c1c4 Simplified DynamicVector implementation 2016-11-17 14:55:23 +01:00
Jørgen Kvalsvik
9ad3d78923 Remove DynamicVector's reliance on TimeMap.
DynamicVectors assumes the time map is fully populated and stores only
its size (which is the only property it cares about).
2016-10-19 20:38:27 +02:00
Jørgen Kvalsvik
3696b750cd Remove opm-common dependency
Severs the code dependency on opm-commmon. There was no actual
functional dependency here, with the exception of some enable/disable
warning headers. To properly make opm-parser a stand-alone module the
usage of these headers have been removed and the dependency on
opm-common is gone.
2016-07-08 15:53:40 +02:00
Jørgen Kvalsvik
f404828d63 Cleans up headers to improve build preformance
This is an effort to improve build performance.  Several includes
scattered across the project are either unused or partially used (i.e.
just used to import a type name, not depending on the actual contents of
the header file).

Replaces a lot of these includes with forward declarations.
2016-01-21 09:22:06 +01:00
Atgeirr Flø Rasmussen
0f005b8c68 Use warning suppression headers to avoid warnings from boost. 2015-11-26 10:44:22 +01:00
Joakim Hove
2ef418bf86 Added: DynamicVector::assertSize() 2015-11-09 12:05:09 +01:00
Joakim Hove
2cd69fcbda Added iget() and iset() methods to DynamicVector. 2015-11-09 12:05:09 +01:00
Joakim Hove
931f430028 Added simple DynamicVector bound to TimeMap. 2015-10-29 14:28:22 +01:00