Changeset 2219 for branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification/3.3/Symbols/VariableFunctionTree.cs
- Timestamp:
- 08/01/09 13:36:13 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification/3.3/Symbols/VariableFunctionTree.cs
r2218 r2219 72 72 73 73 public override XmlNode GetXmlNode(string name, XmlDocument document, IDictionary<System.Guid, IStorable> persistedObjects) { 74 XmlNode node = base.GetXmlNode(name, document, persistedObjects);74 XmlNode node = document.CreateElement(name); 75 75 XmlAttribute weightAttr = document.CreateAttribute("Weight"); 76 76 weightAttr.Value = XmlConvert.ToString(Weight);
Note: See TracChangeset
for help on using the changeset viewer.