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

Skip to content
Snippets Groups Projects
Commit f5f1e19b authored by Michael KRISPER's avatar Michael KRISPER
Browse files

compileable again

parent 27d81d19
No related branches found
No related tags found
No related merge requests found
using System;
using System.CodeDom;
using System.Collections.Generic;
using System.Linq;
using TUGraz.VectoCore.Configuration;
......@@ -8,7 +7,6 @@ using TUGraz.VectoCore.Models.Connector.Ports;
using TUGraz.VectoCore.Models.Connector.Ports.Impl;
using TUGraz.VectoCore.Models.Simulation.Data;
using TUGraz.VectoCore.Models.Simulation.Impl;
using TUGraz.VectoCore.Models.SimulationComponent;
using TUGraz.VectoCore.Models.SimulationComponent.Data;
using TUGraz.VectoCore.Utils;
......@@ -95,7 +93,7 @@ namespace TUGraz.VectoCore.Models.SimulationComponent.Impl
{
var exceeded = new List<double>();
var acceleration = new List<double>();
var searchInterval = CurrentState.Acceleration.Value() / 2.0;
var searchInterval = CurrentState.Acceleration / 2.0;
do {
var delta = 0.0;
......
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