Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit 1f07b9a0 authored by Markus QUARITSCH's avatar Markus QUARITSCH
Browse files

use correct namespace for tyre XML

parent 1544f8e3
No related branches found
No related tags found
No related merge requests found
......@@ -116,7 +116,7 @@ namespace TUGraz.VectoCore.InputData.FileIO.XML.Declaration.DataProvider
public class XMLDeclarationTyreDataProviderV23 : XMLDeclarationTyreDataProviderV10
{
public new static readonly XNamespace NAMESPACE_URI = XMLDefinitions.DECLARATION_DEFINITIONS_NAMESPACE_URI_V24;
public new static readonly XNamespace NAMESPACE_URI = XMLDefinitions.DECLARATION_DEFINITIONS_NAMESPACE_URI_V23;
//public new const string XSD_TYPE = "TyreComponentDeclarationType";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment