Skip to content

Commit

Permalink
Changing forward translation option back to Average for backwards com…
Browse files Browse the repository at this point in the history
…patibility
  • Loading branch information
macumber committed Mar 6, 2018
1 parent 2c44625 commit 29a61f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ boost::optional<IdfObject> ForwardTranslator::translateScheduleDay( ScheduleDay
}

if (modelObject.interpolatetoTimestep()){
scheduleDay.setString(Schedule_Day_IntervalFields::InterpolatetoTimestep, "Linear");
scheduleDay.setString(Schedule_Day_IntervalFields::InterpolatetoTimestep, "Average");
}else{
scheduleDay.setString(Schedule_Day_IntervalFields::InterpolatetoTimestep, "No");
}
Expand Down

0 comments on commit 29a61f6

Please sign in to comment.