Skip to content

Commit

Permalink
- another attempt to fix the build.
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19748 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adrpo committed Mar 25, 2014
1 parent e73c54b commit 198232b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Compiler/BackEnd/ResidualCmp.mo
Expand Up @@ -69,7 +69,6 @@ protected import List;
protected import PartFn;
protected import SCode;
protected import SimCodeUtil;
protected import HashTableCrSimVars;

/************ public functions ***************************/

Expand Down Expand Up @@ -191,7 +190,7 @@ algorithm
extObjInfo = SimCode.EXTOBJINFO({},{});
makefileParams = SimCode.MAKEFILE_PARAMS("","","","","","","","","",includeDirs,libs,"","");
delayexp = SimCode.DELAYED_EXPRESSIONS({},0);
hashTable = HashTableCrSimVars.emptyHashTable();
hashTable = SimCodeUtil.createCrefToSimVarHT(modelInfo);
rescmp = SimCode.SIMCODE(modelInfo,{},recordDecls,externalFunctionIncludes,{},{},{},allEquations,false,false,allInitEquations,{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},extObjInfo,makefileParams,delayexp,{},NONE(),filenamePrefix,hashTable,NONE());
then
rescmp;
Expand Down
2 changes: 1 addition & 1 deletion Compiler/BackEnd/SimCodeUtil.mo
Expand Up @@ -8154,7 +8154,7 @@ algorithm
end match;
end varIndexComparer;

protected function createCrefToSimVarHT
public function createCrefToSimVarHT
input SimCode.ModelInfo modelInfo;
output SimCode.HashTableCrefToSimVar outHT;
algorithm
Expand Down

0 comments on commit 198232b

Please sign in to comment.