mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 09:48:32 +00:00
Warnings and errors
This commit is contained in:
@@ -233,6 +233,8 @@ IfcUtil::ArgumentType IfcUtil::from_parameter_type(const IfcParse::parameter_typ
|
||||
return IfcUtil::Argument_DOUBLE;
|
||||
case IfcParse::simple_type::string_type:
|
||||
return IfcUtil::Argument_STRING;
|
||||
case IfcParse::simple_type::datatype_COUNT:
|
||||
throw IfcParse::IfcException("Invalid simple type encountered");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user