Skip to content

Commit

Permalink
Skip assertion
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20148 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Apr 15, 2014
1 parent e01dca8 commit 72567e0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion SimulationRuntime/c/simulation/simulation_info_xml.c
Expand Up @@ -294,7 +294,6 @@ void modelInfoXmlInit(MODEL_DATA_XML* xml)
}
}
assert(xml->nEquations == userData.curIndex);
assert(xml->nProfileBlocks == userData.curProfileIndex);
assert(xml->nFunctions == userData.curFunctionIndex);
}

Expand Down

0 comments on commit 72567e0

Please sign in to comment.