Index: /issm/trunk-jpl/src/c/classes/Inputs/Inputs.cpp
===================================================================
--- /issm/trunk-jpl/src/c/classes/Inputs/Inputs.cpp	(revision 22521)
+++ /issm/trunk-jpl/src/c/classes/Inputs/Inputs.cpp	(revision 22522)
@@ -146,5 +146,5 @@
 	/*Find input in current dataset*/
 	Input* input=this->GetInput(enumtype);
-	if (!input) _error_("could not find input with enum type " << enum_type << " (" << EnumToStringx(enum_type) << ")");
+	if (!input) _error_("could not find input with enum " << EnumToStringx(enumtype));
 
 	/*Return output*/
@@ -156,5 +156,5 @@
 	/*Find input in current dataset*/
 	Input* input=this->GetInput(enumtype);
-	if (!input) _error_("could not find input with enum type " << enum_type << " (" << EnumToStringx(enum_type) << ")");
+	if (!input) _error_("could not find input with enum " << EnumToStringx(enumtype));
 
 	/*Return output*/
@@ -166,5 +166,5 @@
 	/*Find input in current dataset*/
 	Input* input=this->GetInput(enumtype);
-	if (!input) _error_("could not find input with enum type " << enum_type << " (" << EnumToStringx(enum_type) << ")");
+	if (!input) _error_("could not find input with enum " << EnumToStringx(enumtype));
 
 	/*Return output*/
@@ -176,5 +176,5 @@
 	/*Find input in current dataset*/
 	Input* input=this->GetInput(enumtype);
-	if (!input) _error_("could not find input with enum type " << enum_type << " (" << EnumToStringx(enum_type) << ")");
+	if (!input) _error_("could not find input with enum " << EnumToStringx(enumtype));
 
 	/*Return output*/
