Skip to content

Commit

Permalink
fmk - making directivity image smalle, updating version in main
Browse files Browse the repository at this point in the history
  • Loading branch information
fmckenna committed Oct 8, 2019
1 parent 13fff6c commit 84dbbf8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
#include <QDir>



static QString logFilePath;
static bool logToFile = false;

Expand Down Expand Up @@ -101,6 +100,10 @@ int main(int argc, char *argv[])
QSurfaceFormat::setDefaultFormat(glFormat);
***********************************************************************************/

//
// regular Qt startup
//

QApplication a(argc, argv);

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

w.setAbout(textAboutEE_UQ);

QString version("Version 1.2.0");
QString version("Version 2.0.0");
w.setVersion(version);

QString citeText("Frank McKenna, Wael Elhaddad, Adam Zsarnoczay, Michael Gardner, & Charles Wang. (2019, June 29). NHERI-SimCenter/EE-UQ: Release v1.2.0 (Version v1.2.0). Zenodo. http://doi.org/10.5281/zenodo.3262287");
Expand Down
Binary file modified resources/directivityParameters.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 84dbbf8

Please sign in to comment.