Skip to content

Commit

Permalink
- fix the emptyHashTable reference from the correct package.
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19745 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adrpo committed Mar 25, 2014
1 parent b609b87 commit c98c79f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Compiler/BackEnd/ResidualCmp.mo
Expand Up @@ -69,7 +69,7 @@ protected import List;
protected import PartFn;
protected import SCode;
protected import SimCodeUtil;

protected import HashTableCrSimVars;

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

Expand Down Expand Up @@ -191,7 +191,7 @@ algorithm
extObjInfo = SimCode.EXTOBJINFO({},{});
makefileParams = SimCode.MAKEFILE_PARAMS("","","","","","","","","",includeDirs,libs,"","");
delayexp = SimCode.DELAYED_EXPRESSIONS({},0);
hashTable = SimCodeUtil.emptyHashTable();
hashTable = HashTableCrSimVars.emptyHashTable();
rescmp = SimCode.SIMCODE(modelInfo,{},recordDecls,externalFunctionIncludes,{},{},{},allEquations,false,false,allInitEquations,{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},extObjInfo,makefileParams,delayexp,{},NONE(),filenamePrefix,hashTable,NONE());
then
rescmp;
Expand Down

0 comments on commit c98c79f

Please sign in to comment.