Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS has been phased out. To see alternatives please check here

Skip to content
Snippets Groups Projects
Commit 2c632d99 authored by David AMO GONZALEZ's avatar David AMO GONZALEZ
Browse files

Store specific weighting factors before writing result

parent abfd546c
No related branches found
No related tags found
No related merge requests found
...@@ -277,6 +277,7 @@ namespace TUGraz.VectoCore.OutputData ...@@ -277,6 +277,7 @@ namespace TUGraz.VectoCore.OutputData
Results.Add(entry); Results.Add(entry);
} }
DoStoreResult(entry, runData, modData);
StoredResults.Add(Tuple.Create(entry, runData, modData)); StoredResults.Add(Tuple.Create(entry, runData, modData));
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment