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

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

moddata clone for 1Hz

parent ce8b38ad
No related branches found
No related tags found
No related merge requests found
......@@ -267,7 +267,8 @@ namespace TUGraz.VectoCore.OutputData
public ModalResults Filter(ModalResults data)
{
var absTime = 0.SI<Second>();
var results = new ModalResults();
var results = (ModalResults)data.Clone();
var remainingDt = 0.SI<Second>();
object[] remainingRow = null;
......
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