Skip to content
This repository has been archived by the owner on May 18, 2019. It is now read-only.

Commit

Permalink
FMUs cannot set logFormat
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoelund authored and OpenModelica-Hudson committed Nov 27, 2016
1 parent 8dec830 commit a8258d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions SimulationRuntime/c/simulation/options.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ int helpFlagSet(int argc, char** argv)
return flagSet("?", argc, argv) || flagSet("help", argc, argv);
}

#if !defined(OMC_MINIMAL_RUNTIME)
int setLogFormat(int argc, char** argv)
{
const char* value = getOption(FLAG_NAME[FLAG_LOG_FORMAT], argc, argv);
Expand All @@ -69,6 +70,7 @@ int setLogFormat(int argc, char** argv)
}
return 0;
}
#endif

int checkCommandLineArguments(int argc, char **argv)
{
Expand Down

0 comments on commit a8258d4

Please sign in to comment.