Skip to content

Commit

Permalink
Highlight that evaluate all parameters does not work with old frontend (
Browse files Browse the repository at this point in the history
#7452)

Fixes #7402
  • Loading branch information
adeas31 committed May 10, 2021
1 parent 83ff1a1 commit e08f5e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OMEdit/OMEditLIB/Simulation/TranslationFlagsWidget.cpp
Expand Up @@ -73,7 +73,7 @@ TranslationFlagsWidget::TranslationFlagsWidget(QWidget *pParent)
}
connect(mpIndexReductionMethodComboBox, SIGNAL(currentIndexChanged(int)), SLOT(updateIndexReductionToolTip(int)));
mpInitializationCheckBox = new QCheckBox(tr("Show additional information from the initialization process"));
mpEvaluateAllParametersCheckBox = new QCheckBox(tr("Evaluate all parameters (faster simulation, cannot change them at runtime)"));
mpEvaluateAllParametersCheckBox = new QCheckBox(tr("Evaluate all parameters (faster simulation, cannot change them at runtime, does not work with old frontend)"));
mpNLSanalyticJacobianCheckBox = new QCheckBox(tr("Enable analytical jacobian for non-linear strong components"));
mpParmodautoCheckBox = new QCheckBox(tr("Enable parallelization of independent systems of equations (Experimental)"));
mpOldInstantiationCheckBox = new QCheckBox(tr("Enable old frontend for code generation"));
Expand Down

0 comments on commit e08f5e4

Please sign in to comment.