Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS will be completely phased out by mid-2025. To see alternatives please check here

Skip to content
Snippets Groups Projects
Commit 8c6563d1 authored by Markus Quaritsch's avatar Markus Quaritsch
Browse files

print FC-AAUX and FC-Final in .vmod file

parent f25f0320
No related branches found
No related tags found
No related merge requests found
......@@ -185,7 +185,11 @@ namespace TUGraz.VectoCore.OutputData
var strCols = dataColumns.Select(x => x.GetName())
.Concat((Auxiliaries.Values.Select(c => c.ColumnName)))
.Concat(new[] { ModalResultField.FCMap, ModalResultField.FCAUXc, ModalResultField.FCWHTCc }.Select(x => x.GetName()));
.Concat(
new[] {
ModalResultField.FCMap, ModalResultField.FCAUXc, ModalResultField.FCWHTCc, ModalResultField.FCAAUX,
ModalResultField.FCFinal
}.Select(x => x.GetName()));
if (_mode != ExecutionMode.Declaration || WriteModalResults) {
//VectoCSVFile.Write(_modWriter, new DataView(Data).ToTable(false, strCols.ToArray()));
......
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