Trivial whitespace change

This commit is contained in:
Joakim Hove 2014-07-05 13:39:38 +02:00
parent 08b27b3f61
commit bcb84c7e57

View File

@ -43,7 +43,7 @@ namespace Opm {
if ((stringValue == "Z-") || (stringValue == "K-"))
return ZMinus;
throw std::invalid_argument("The string value" + stringValue + " could not be converted to a FaceDir enum value");
throw std::invalid_argument("The string value " + stringValue + " could not be converted to a FaceDir enum value");
}
}
}