Skip to content

Commit

Permalink
Merge pull request #1222 from NREL/UniqueSizingParameters
Browse files Browse the repository at this point in the history
Fixes #1221
  • Loading branch information
axelstudios committed Sep 30, 2014
2 parents 88afe88 + d16be61 commit 4677c26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openstudiocore/src/model/ModelSimulation.i
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

UNIQUEMODELOBJECT_TEMPLATES(SimulationControl);
UNIQUEMODELOBJECT_TEMPLATES(LightingSimulationControl);
MODELOBJECT_TEMPLATES(SizingParameters);
UNIQUEMODELOBJECT_TEMPLATES(SizingParameters);
MODELOBJECT_TEMPLATES(SizingPeriod);
UNIQUEMODELOBJECT_TEMPLATES(TimeDependentValuation);
UNIQUEMODELOBJECT_TEMPLATES(WeatherFile);
Expand Down Expand Up @@ -60,7 +60,7 @@ UNIQUEMODELOBJECT_TEMPLATES(YearDescription);

SWIG_UNIQUEMODELOBJECT(SimulationControl);
SWIG_UNIQUEMODELOBJECT(LightingSimulationControl);
SWIG_MODELOBJECT(SizingParameters, 1);
SWIG_UNIQUEMODELOBJECT(SizingParameters);
SWIG_MODELOBJECT(SizingPeriod, 0);
SWIG_UNIQUEMODELOBJECT(TimeDependentValuation);
SWIG_UNIQUEMODELOBJECT(WeatherFile);
Expand Down

1 comment on commit 4677c26

@nrel-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

develop (axelstudios) - x86_64-MacOS-10.9-clang: Build Failed

Build Badge Test Badge

Please # to comment.