Andreas Lauser
3d2a6354a4
fix the "only <double> can be queried for NaN" exceptions
...
seems like some compilers don't overwrite an inline method of a
template class with its specialization. A compiler warning would have
been nice to have in this case, though...
2014-10-21 13:40:49 +02:00
Joakim Hove
e8c5176f1b
Added containsNaN() method to GridProperty
2014-10-10 15:48:01 +02:00
Andreas Lauser
036db1da4a
GridProperties: don't use the garbage from defaulted data items
...
e.g.
```
SWL
10*0.1 10* 10*0.2 /
```
resulted in the SWL keyword exhibiting undefined values for the middle
ten data points.
2014-09-25 21:36:42 +02:00
Joakim Hove
5e56f16369
Added double properties for e.g. PERM and PORO to the EclipseState
2014-06-03 22:42:23 +02:00
Joakim Hove
5c04cd4540
Basic BOX support when reading integer properties.
2014-06-03 22:42:23 +02:00
Arne Morten Kvarving
c1a3cc5e2f
fixed: linking due to several specializations being generated
2014-05-19 13:43:05 +02:00