Skip to content

Commit

Permalink
fix SolarGeneratingUnit.commissioned
Browse files Browse the repository at this point in the history
  • Loading branch information
derrickoswald committed Jun 5, 2016
1 parent 0f2a62c commit a87700e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/ch/ninecode/CIM.scala
Original file line number Diff line number Diff line change
Expand Up @@ -1372,7 +1372,7 @@ object SolarGeneratingUnit extends Parser
override def steps () = Array (
LocatedElement.parse,
Element.parse_element (powex, 1, "power", false)_,
Element.parse_element (powex, 1, "commissioned", false)_
Element.parse_element (datex, 1, "commissioned", false)_
)
def unpickle (xml: String, result: Result): SolarGeneratingUnit =
{
Expand Down

0 comments on commit a87700e

Please sign in to comment.