Changeset 63d9cd15 in OpenModelica


Ignore:
Timestamp:
2013-04-10T14:28:27+02:00 (11 years ago)
Author:
Adeel Asghar <adeel.asghar@…>
Branches:
Added-citation-metadata, maintenance/v1.14, maintenance/v1.15, maintenance/v1.16, maintenance/v1.17, maintenance/v1.18, maintenance/v1.19, maintenance/v1.20, maintenance/v1.21, maintenance/v1.22, maintenance/v1.23, master, omlib-staging
Children:
184ce275
Parents:
ac43c2fe
Message:

#2145
Some more debug information.

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15779 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

File:
1 edited

Legend:

Unmodified
Added
Removed
  • OMEdit/OMEditGUI/GUI/Dialogs/SimulationDialog.cpp

    r43c7060a r63d9cd15  
    750750      QList<QString> list;
    751751      QString resultFileName = QString(output_file).append("_res.").append(mpOutputFormatComboBox->currentText());
     752      if (mpMainWindow->getDebugApplication()) qDebug() << "readSimulationResultVars";
    752753      list = pOMCProxy->readSimulationResultVars(resultFileName);
    753754      // close the simulation result file.
     755      if (mpMainWindow->getDebugApplication()) qDebug() << "closeSimulationResultFile";
    754756      pOMCProxy->closeSimulationResultFile();
     757      if (mpMainWindow->getDebugApplication()) qDebug() << "switchToPlottingView";
    755758      mpMainWindow->switchToPlottingView();
     759      if (mpMainWindow->getDebugApplication()) qDebug() << "addPlotVariablestoTree";
    756760      pVariablesWidget->addPlotVariablestoTree(resultFileName, pOMCProxy->changeDirectory(), list);
     761      if (mpMainWindow->getDebugApplication()) qDebug() << "show variables widget";
    757762      mpMainWindow->getVariablesDockWidget()->show();
    758763    }
Note: See TracChangeset for help on using the changeset viewer.