Skip to content

Commit 5ce66c1

Browse files
committed
fixes alternative comparison reporting in testing utility
1 parent 365fba0 commit 5ce66c1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

HEC.FDA.TestingUtility/Services/StudyLoader.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
using HEC.FDA.ViewModel;
44
using HEC.FDA.ViewModel.AggregatedStageDamage;
55
using HEC.FDA.ViewModel.Alternatives;
6+
using HEC.FDA.ViewModel.AlternativeComparisonReport;
67
using HEC.FDA.ViewModel.FlowTransforms;
78
using HEC.FDA.ViewModel.FrequencyRelationships;
89
using HEC.FDA.ViewModel.GeoTech;
@@ -111,6 +112,7 @@ private static void LoadAllElements()
111112
LoadElementType<AggregatedStageDamageElement>("Stage Damage");
112113
LoadElementType<IASElement>("Scenarios");
113114
LoadElementType<AlternativeElement>("Alternatives");
115+
LoadElementType<AlternativeComparisonReportElement>("Alternative Comparison Reports");
114116
LoadElementType<StudyPropertiesElement>("Study Properties");
115117

116118
Console.WriteLine(" All elements loaded.");

0 commit comments

Comments
 (0)