Skip to content

Commit

Permalink
Sets the VM to stage when we extract from hydraulics (#1172)
Browse files Browse the repository at this point in the history
Co-authored-by: Richard Nugent III <richard.nugent.3@gmail.com>
  • Loading branch information
Brennan1994 and rnugent3 authored Nov 25, 2024
1 parent 066ad07 commit affab4f
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 affab4f

Please sign in to comment.