Skip to content

Commit

Permalink
Add noevalfunc
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoelund committed Jun 14, 2015
1 parent 0c65e2d commit 4b8b10c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions openmodelica/bootstrapping/SimCodeTest.mos
Expand Up @@ -5,7 +5,7 @@

runScript("LoadCompilerSources.mos"); getErrorString();
loadFile("SimCodeTest.mo");getErrorString();
setCommandLineOptions("+d=rml");
setCommandLineOptions("+d=noevalfunc,rml");

SimCodeTest.test(); getErrorString();

Expand Down Expand Up @@ -98,23 +98,23 @@ readFile("SimCodeC_abc.c");
//
// {
// MMC_TRY_TOP()
//
//
// MMC_TRY_STACK()
//
//
// omc_SimCodeC_abc(threadData, lst);
//
//
// MMC_ELSE()
// rml_execution_failed();
// fprintf(stderr, \"Stack overflow detected and was not caught.\\nSend us a bug report at https://trac.openmodelica.org/OpenModelica/newticket\\n Include the following trace:\\n\");
// printStacktraceMessages();
// fflush(NULL);
// return 1;
// MMC_CATCH_STACK()
//
//
// MMC_CATCH_TOP(return rml_execution_failed());
// }
// }
//
//
// fflush(NULL);
// EXIT(0);
// return 0;
Expand Down
2 changes: 1 addition & 1 deletion openmodelica/bootstrapping/System.mos
@@ -1,7 +1,7 @@
// name: System
// status: correct

setCommandLineOptions("+g=MetaModelica +d=rml");
setCommandLineOptions("+g=MetaModelica +d=rml,noevalfunc");
loadFile("../../../OMCompiler/Compiler/Util/System.mo");
loadFile("SystemTest.mo");

Expand Down

0 comments on commit 4b8b10c

Please sign in to comment.