Files
opm-common/opm/json
Andreas Lauser a1ae9ff6b5 add a few 'explicit' statements
this allows to constructs like

ParserIntItem("NRPVT");

which IMHO is more readable than the previous way, i.e.,

ParserIntItem(std::string("NRPVT"));
2013-12-19 15:39:47 +01:00
..
2013-07-29 21:50:29 +02:00
2013-12-19 15:39:47 +01:00