Skip to content

Commit

Permalink
Merge pull request #506 from chrisdembia/fix_State_toXml_bug
Browse files Browse the repository at this point in the history
Fix bug in ContinuousVarInfo::toXmlElement.
  • Loading branch information
sherm1 committed Jun 6, 2016
2 parents c41b785 + 59ffb36 commit be5c858
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ class ContinuousVarInfo {
e.appendNode(toXmlElementHelper(allocationStage, "allocationStage", true));
e.appendNode(toXmlElementHelper(firstIndex, "firstIndex", true));
e.appendNode(toXmlElementHelper(initialValues, "initialValues", true));
e.appendNode(toXmlElementHelper(initialValues, "weights", true));
e.appendNode(toXmlElementHelper(weights, "weights", true));
return e;
}
private:
Expand Down

0 comments on commit be5c858

Please sign in to comment.