From 6c2eaee36010dd013b60d9eb5abd20c63a5eaa92 Mon Sep 17 00:00:00 2001 From: Justin Bonus Date: Fri, 4 Oct 2024 17:01:50 -0700 Subject: [PATCH] Remove old, non-surrogate theUQ_Selection heap allocation --- WorkflowAppHydroUQ.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WorkflowAppHydroUQ.cpp b/WorkflowAppHydroUQ.cpp index 03bd9c03..4dc6a98a 100644 --- a/WorkflowAppHydroUQ.cpp +++ b/WorkflowAppHydroUQ.cpp @@ -145,7 +145,7 @@ WorkflowAppHydroUQ::WorkflowAppHydroUQ(RemoteService *theService, QWidget *paren theEventSelection = new HydroEventSelection(theRVs, theService); // theEventSelection = new HydroEventSelection(theRVs, theGI); theAnalysisSelection = new FEA_Selection(true); - theUQ_Selection = new UQ_EngineSelection(ForwardReliabilitySensitivity); // ForwardReliabilitySensitivitySurrogate + // theUQ_Selection = new UQ_EngineSelection(ForwardReliabilitySensitivity); // ForwardReliabilitySensitivitySurrogate theUQ_Selection = new UQ_EngineSelection(ForwardReliabilitySensitivitySurrogate); // ForwardReliabilitySensitivitySurrogate theEDP_Selection = new HydroEDP_Selection(theRVs); theResults = theUQ_Selection->getResults();