I'm a bit stumped. Why do I get the following message with the CPACS 3.5 schema?
Exception: Type with name doubleBaseType already exists
|
if (m_types.types.find(name) != std::end(m_types.types)) |
|
throw std::runtime_error("Type with name " + name + " already exists"); |
What could have changed in the 3.5 schema compared to 3.3 that triggers this problem?
cpacs_schema.zip
I'm a bit stumped. Why do I get the following message with the CPACS 3.5 schema?
cpacs_tigl_gen/src/lib/SchemaParser.cpp
Lines 313 to 314 in 5661239
What could have changed in the 3.5 schema compared to 3.3 that triggers this problem?
cpacs_schema.zip