Skip to content

Commit

Permalink
fmk - changimng defaults to single story
Browse files Browse the repository at this point in the history
  • Loading branch information
fmckenna committed Jun 28, 2019
1 parent 05fe515 commit ee13eaa
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions InputWidgetEE_UQ.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -130,11 +130,11 @@ InputWidgetEE_UQ::InputWidgetEE_UQ(RemoteService *theService, QWidget *parent)
theEDP = new EDP_Selection(theRVs);

theResults = new DakotaResultsSampling();
localApp = new LocalApplication("EE-UQ workflow.py");
remoteApp = new RemoteApplication("EE-UQ workflow.py", theService);
localApp = new LocalApplication("EE-UQ workflow.py");
remoteApp = new RemoteApplication("EE-UQ workflow.py", theService);

//localApp = new LocalApplication("EE-UQ.py");
//remoteApp = new RemoteApplication("EE-UQ.py", theService);
// localApp = new LocalApplication("EE-UQ.py");
// remoteApp = new RemoteApplication("EE-UQ.py", theService);
theJobManager = new RemoteJobManager(theService);

SimCenterWidget *theWidgets[1];// =0;
Expand Down Expand Up @@ -320,7 +320,7 @@ InputWidgetEE_UQ::InputWidgetEE_UQ(RemoteService *theService, QWidget *parent)
// manager->get(QNetworkRequest(QUrl("https://simcenter.designsafe-ci.org/multiple-degrees-freedom-analytics/")));


theGI->setDefaultProperties(2,288,360,360,37.8716,-127.2717);
theGI->setDefaultProperties(1,144,360,360,37.8716,-127.2717);
}

InputWidgetEE_UQ::~InputWidgetEE_UQ()
Expand Down

0 comments on commit ee13eaa

Please sign in to comment.