Skip to content

Commit

Permalink
- minor fixes of FMI import
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10021 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adeas31 committed Oct 5, 2011
1 parent 9768d6b commit c351b69
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions FMI/import/source/moGenerator.c
Expand Up @@ -536,7 +536,6 @@ void printUsage() {
}

int main(int argc, char *argv[]) {
setbuf(stderr, NULL);
if (argc < 2) {
printUsage();
return EXIT_FAILURE;
Expand Down Expand Up @@ -584,8 +583,6 @@ int main(int argc, char *argv[]) {
#ifdef _DEBUG_
printf("#### %s decompPath: %s\n",QUOTEME(__LINE__),decompPath);
#endif
fprintf(stderr, argv[1] + 10);
fprintf(stderr, decompPath);
decompress(argv[1] + 10, decompPath);
xmlFile = getXMLfile(decompPath, MODEL_DESCRIPTION);
md = parse(xmlFile);
Expand Down

0 comments on commit c351b69

Please sign in to comment.