Skip to content

Commit

Permalink
removed a compile error
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1605 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
x02lucpo committed Mar 22, 2005
1 parent 099d200 commit c3622cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modeq/runtime/tornadoext.cpp
Expand Up @@ -537,7 +537,7 @@ extern "C"
}
}
if(index > 0) {
output_str << " SetNoSubModels(" << index << ");" << output;
output_str << " SetNoSubModels(" << index << ");" << output.str();
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion modeq/winruntime/tornadoext.cpp
Expand Up @@ -537,7 +537,7 @@ extern "C"
}
}
if(index > 0) {
output_str << " SetNoSubModels(" << index << ");" << output;
output_str << " SetNoSubModels(" << index << ");" << output.str();
}
}
}
Expand Down

0 comments on commit c3622cb

Please sign in to comment.