From 2e0fe071356c1b907e5dc93379ff7aca276c8652 Mon Sep 17 00:00:00 2001 From: Michael Davidsaver Date: Thu, 14 Sep 2017 11:37:39 -0500 Subject: [PATCH] minor --- pdbApp/pvif.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdbApp/pvif.cpp b/pdbApp/pvif.cpp index ea31192..7c4a607 100644 --- a/pdbApp/pvif.cpp +++ b/pdbApp/pvif.cpp @@ -647,5 +647,5 @@ PVIFBuilder* PVIFBuilder::create(const std::string& type) else if(type=="plain") return new PlainBuilder; else - throw std::runtime_error("Unknown mapping @type"); + throw std::runtime_error(std::string("Unknown +type=")+type); }