Skip to content

Commit

Permalink
Expected output
Browse files Browse the repository at this point in the history
  • Loading branch information
rfranke committed Apr 10, 2016
1 parent 3c59a78 commit c96d87a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flattening/libraries/3rdParty/Buildings/System2.mo
Expand Up @@ -8821,7 +8821,7 @@ end System2;
// final parameter Real timTab.t_min(quantity = "Time", unit = "s", fixed = false);
// final parameter Real timTab.t_max(quantity = "Time", unit = "s", fixed = false);
// protected final parameter Real timTab.p_offset[1] = timTab.offset[1];
// protected Modelica.Blocks.Types.ExternalCombiTimeTable timTab.tableID = Modelica.Blocks.Types.ExternalCombiTimeTable.constructor("NoName", "NoName", {{0.0, 0.0}, {28800.0, 0.0}, {28800.0, 4000.0}, {64800.0, 4000.0}, {64800.0, 0.0}, {86400.0, 0.0}}, timTab.startTime, {2}, timTab.smoothness, timTab.extrapolation);
// protected Modelica.Blocks.Types.ExternalCombiTimeTable timTab.tableID = Modelica.Blocks.Types.ExternalCombiTimeTable.constructor("NoName", "NoName", {{0.0, 0.0}, {28800.0, 0.0}, {28800.0, 4000.0}, {64800.0, 4000.0}, {64800.0, 0.0}, {86400.0, 0.0}}, timTab.startTime, {timTab.columns[1]}, timTab.smoothness, timTab.extrapolation);
// protected discrete Real timTab.nextTimeEvent(quantity = "Time", unit = "s", start = 0.0, fixed = true);
// protected parameter Real timTab.tableOnFileRead(fixed = false);
// parameter Boolean rad.allowFlowReversal = system.allowFlowReversal;
Expand Down

0 comments on commit c96d87a

Please sign in to comment.