Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit 419b05f8 authored by Harald Martini's avatar Harald Martini
Browse files

added debugger stepthrough attribute to GetContainer() in VectoRun

parent fa49dee5
No related branches found
No related tags found
No related merge requests found
......@@ -31,6 +31,7 @@
using System;
using System.ComponentModel.DataAnnotations;
using System.Diagnostics;
using System.Threading;
using TUGraz.VectoCommon.Exceptions;
using TUGraz.VectoCommon.Models;
......@@ -81,7 +82,7 @@ namespace TUGraz.VectoCore.Models.Simulation.Impl
WritingResultsDone = false;
_followUpCreator = followUpCreator ?? new NoFollowUpRunCreator();
}
[DebuggerStepThrough]
public IVehicleContainer GetContainer() => Container;
public virtual bool CalculateAggregateValues()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment