Skip to content

Commit

Permalink
- Disable running simplify after each unary elaboration
Browse files Browse the repository at this point in the history
- Traverse each instantiated equation using simplify1
- cevalIfConstant on VAR variability expressions now does simplify1


git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8521 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Apr 6, 2011
1 parent 002edb0 commit 67a0281
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions OMPlot/OMPlotGUI/main.cpp
Expand Up @@ -39,10 +39,10 @@ using namespace OMPlot;

int main(int argc, char *argv[])
{
// if (argc < 14) {
// printf("Usage: %s filename title legend grid plottype logx logy xlabel ylabel xrange1 xrange2 yrange1 yrange2 variables -ew true/false\n", *argv);
// return 1;
// }
if (argc < 14) {
printf("Usage: %s filename title legend grid plottype logx logy xlabel ylabel xrange1 xrange2 yrange1 yrange2 variables -ew true/false\n", *argv);
return 1;
}
// read the arguments
QStringList arguments;
bool newApplication = false;
Expand Down

0 comments on commit 67a0281

Please sign in to comment.