Skip to content

Commit

Permalink
fmk - removing damp from MDOF and replacing with Ktheta (for wind) an…
Browse files Browse the repository at this point in the history
…d adding connections to general to update eachothers numstory and height, slight mod to local application for qDebug() output
  • Loading branch information
fmckenna committed Jun 27, 2019
1 parent 18c708d commit 05fe515
Show file tree
Hide file tree
Showing 3 changed files with 144 additions and 55 deletions.
4 changes: 3 additions & 1 deletion LocalApplication.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,9 @@ LocalApplication::setupDoneRunApplication(QString &tmpDirectory, QString &inputF
QString command = QString("source $HOME/.bash_profile; \"") + python + QString("\" \"" ) +
pySCRIPT + QString("\" run \"") + inputFile + QString("\" \"") + registryFile + QString("\"");

qDebug() << "PYTHON COMMAND: " << command;
QDebug debug = qDebug();
debug.noquote();
debug << "PYTHON COMMAND: " << command;
proc->execute("bash", QStringList() << "-c" << command);

#endif
Expand Down
Loading

0 comments on commit 05fe515

Please sign in to comment.