Changeset ebaacfbd in OpenModelica for Compiler/FrontEnd/Inst.mo


Ignore:
Timestamp:
2017-10-30T12:51:38+01:00 (7 years ago)
Author:
hudson <openmodelica@…>
Branches:
Added-citation-metadata, maintenance/v1.14, maintenance/v1.15, maintenance/v1.16, maintenance/v1.17, maintenance/v1.18, maintenance/v1.19, maintenance/v1.20, maintenance/v1.21, maintenance/v1.22, maintenance/v1.23, master, omlib-staging
Children:
bf377fa
Parents:
d4dd96b
git-author:
Mahder Gebremedhin <mahder.gebremedhin@…> (10/30/17 12:51:38)
git-committer:
hudson <openmodelica@…> (10/30/17 12:51:38)
Message:

NFrontEnd Unit checking.

Enable unit checking for the new front end

Belonging to [master]:

  • OpenModelica/OMCompiler#1813
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Compiler/FrontEnd/Inst.mo

    rcc3ad15 rebaacfbd  
    331331        (outCache,outEnv,outIH,outDAElist) = instantiateClass_dispatch(cache,ih,cdecls,path,doSCodeDep);
    332332        if Flags.isSet(Flags.NF_UNITCHECK) then
    333             NFUnitCheck.unitChecking(outDAElist,outCache);
     333            NFUnitCheck.unitChecking(outDAElist,FCore.getFunctionTree(outCache));
    334334        end if;
    335335      then
Note: See TracChangeset for help on using the changeset viewer.