Skip to content

Commit

Permalink
Merge branch 'main' into OutputTableUpdates
Browse files Browse the repository at this point in the history
  • Loading branch information
rnugent3 authored Nov 25, 2024
2 parents 01372ad + affab4f commit 2680dff
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ private static void AddFrequencyRelationship(UncertainPairedData upd, string nam
FrequencyEditorVM vm = new();
vm.IsGraphical = true;
vm.GraphicalVM.CurveComponentVM.SelectedItem.UpdateFromUncertainPairedData(upd);
((GraphicalVM)vm.GraphicalVM.CurveComponentVM).UseFlow = false;

FrequencyElement element = new FrequencyElement(name, editDate, "Retrieved from Hydraulics", id,vm);
IElementManager elementManager = PersistenceFactory.GetElementManager(element);
Expand Down

0 comments on commit 2680dff

Please sign in to comment.