[bugfix] fix propName for ROCKNUM.

This commit is contained in:
Robert Kloefkorn 2017-06-20 18:08:12 +02:00
parent 05bc61e4ba
commit c8bf519e5e

View File

@ -1041,7 +1041,7 @@ private:
else if (rockTableType == "SATNUM")
propName = "SATNUM";
else if (rockTableType == "ROCKNUM")
propName = "SATNUM";
propName = "ROCKNUM";
else {
OPM_THROW(std::runtime_error,
"Unknown table type '" << rockTableType