Skip to content

Commit

Permalink
tested package support
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1571 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
x02lucpo committed Mar 16, 2005
1 parent 1f4a394 commit 42f267d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modeq/winruntime/tornadoext.cpp
Expand Up @@ -532,7 +532,7 @@ extern "C"
for(itr = search->second.begin(); itr != search->second.end(); ++itr)
{
if(itr->second.type == string("class")){
output << " SetSubModel(" << index++ << ", new C" << modelica_str_to_cpp(itr->second.direction) << "(\""<< modelica_str_to_cpp(itr->second.name) << "\"));\n";
output << " SetSubModel(" << index++ << ", new C" << modelica_str_to_cpp(itr->second.direction) << "(L\""<< modelica_str_to_cpp(itr->second.name) << "\"));\n";
//SetSubModel(0, new CPopulation(L"Immune_Popul"));

}
Expand Down

0 comments on commit 42f267d

Please sign in to comment.