Skip to content

Commit

Permalink
Merge pull request #28 from fmckenna/master
Browse files Browse the repository at this point in the history
version number to 1.1.0 & remving OpenQuake from Rupture, and merge conflicts
  • Loading branch information
fmckenna authored Jun 24, 2021
2 parents a603cc7 + 44db8fe commit 45b72ab
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion EVENTS/UI/RuptureWidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ RuptureWidget::RuptureWidget(QWidget *parent) : SimCenterAppWidget(parent)

ruptureSelectionCombo->addItem("Earthquake Rupture Forecast");
ruptureSelectionCombo->addItem("Point Source");
ruptureSelectionCombo->addItem("OpenQuake Scenario-Based");

// ruptureSelectionCombo->addItem("OpenQuake Scenario-Based");

connect(ruptureSelectionCombo,&QComboBox::currentTextChanged,this,&RuptureWidget::handleSelectionChanged);

Expand Down
2 changes: 1 addition & 1 deletion R2D.pro
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
# Information about the app
TARGET = R2D
TEMPLATE = app
VERSION=1.0.0
VERSION=1.1.0
DEFINES += APP_VERSION=\\\"$$VERSION\\\"

# C++17 support
Expand Down
4 changes: 2 additions & 2 deletions main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ int main(int argc, char *argv[])
QCoreApplication::setOrganizationName("SimCenter");
QCoreApplication::setApplicationVersion("1.1.0");

//GoogleAnalytics::SetTrackingId("UA-186298856-1");
// GoogleAnalytics::SetTrackingId("UA-186298856-1");
GoogleAnalytics::StartSession();
GoogleAnalytics::ReportStart();

Expand Down Expand Up @@ -175,7 +175,7 @@ int main(int argc, char *argv[])

w.setAbout(aboutTitle, aboutSource);

QString version("Version 1.0.0");
QString version("Version 1.1.0");
w.setVersion(version);

QString citeText("Frank McKenna, Stevan Gavrilovic, Adam Zsarnoczay, Wael Elhaddad, & Kuanshi Zhong. (2021, January 31). NHERI-SimCenter/R2DTool: Version 1.0.0 (Version v1.0.0). Zenodo. http://doi.org/10.5281/zenodo.4483615");
Expand Down

0 comments on commit 45b72ab

Please sign in to comment.