Files
opm-core/opm/core/io/eclipse
Markus Blatt ae6ef8249b Use empty constructor to construct empty shared_ptr.
At least for g++-4.4. shared_ptr does not have a constructor
taking an integer and therefore compilation fails. Therefore we
resort statements to construct empty pointers, like
```parser_(0)```
to using the empty constructor:
```parser_()```

This patch closes #533
2014-03-20 10:51:18 +01:00
..
2014-03-14 15:34:38 +08:00
2014-03-14 15:34:38 +08:00
2013-09-05 13:04:37 +02:00
2013-07-28 08:34:13 -03:00