Skip to content

Commit

Permalink
- Add numberOfIntervals and stepSize as input/output of getSimulation…
Browse files Browse the repository at this point in the history
…Options

  - OMEdit now respects the Interval experiment annotation in the simulation setup
- Enable output of the statements in the match equation sections (for error messages)


git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18715 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Jan 22, 2014
1 parent 9d4d0d5 commit cb2d66c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions OMEdit/OMEditGUI/GUI/Dialogs/SimulationDialog.cpp
Expand Up @@ -443,6 +443,7 @@ void SimulationDialog::initializeFields()
mpStartTimeTextBox->setText(QString::number(result.at(0).toFloat()));
mpStopTimeTextBox->setText(QString::number(result.at(1).toFloat()));
mpToleranceTextBox->setText(QString::number(result.at(2).toFloat()));
mpNumberofIntervalsSpinBox->setValue(result.at(3).toLong());
}
}

Expand Down

0 comments on commit cb2d66c

Please sign in to comment.