Skip to content

Commit a3c87a8

Browse files
committed
- fixes for interactive simulation, a missing # that separates parameters from variables. the correct string is:
setfilter#SEQ#var1:var2#par1:par2#end or setfilter#SEQ#var1:var2##end git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10552 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
1 parent 81d84be commit a3c87a8

File tree

4 files changed

+511
-306
lines changed

4 files changed

+511
-306
lines changed

OMEdit/OMEditGUI/InteractiveSimulationTabWidget.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -791,7 +791,7 @@ void InteractiveSimulationTab::initializeInteractivePlotting()
791791
}
792792
if (!selectedVariablesList.isEmpty())
793793
{
794-
mpOMIProxy->sendSequenceMessage(tr("setfilter#%1#").append(selectedVariablesList.join(":")).append("#end"));
794+
mpOMIProxy->sendSequenceMessage(tr("setfilter#%1#").append(selectedVariablesList.join(":")).append("##end"));
795795
}
796796

797797
// make the start button enabled

0 commit comments

Comments
 (0)