Changeset 18c51d6e in OpenModelica for Compiler/BackEnd/XMLDump.mo


Ignore:
Timestamp:
2016-04-04T13:11:53+02:00 (8 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:
b4f223e
Parents:
492b0cc
git-author:
Martin Sjölund <martin.sjolund@…> (04/04/16 13:11:52)
git-committer:
hudson <openmodelica@…> (04/04/16 13:11:53)
Message:

Move functions into new package ElementSource

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Compiler/BackEnd/XMLDump.mo

    r7086597 r18c51d6e  
    9393protected import DAEUtil;
    9494protected import Debug;
     95protected import ElementSource;
    9596protected import Error;
    9697protected import Expression;
     
    33223323        //containing vector, in the casse the variable is an element of a vector.
    33233324        //dumpDAEInstDims(arry_Dim,"ArrayDims");
    3324         paths = DAEUtil.getElementSourceTypes(source);
     3325        paths = ElementSource.getElementSourceTypes(source);
    33253326        dumpAbsynPathLst(paths,stringAppend(CLASSES,NAMES_));
    33263327        dumpDAEVariableAttributes(dae_var_attr,VAR_ATTRIBUTES_VALUES,addMMLCode);
     
    33853386        //containing vector, in the casse the variable is an element of a vector.
    33863387        //dumpDAEInstDims(arry_Dim,"ArrayDims");
    3387         paths = DAEUtil.getElementSourceTypes(source);
     3388        paths = ElementSource.getElementSourceTypes(source);
    33883389        dumpAbsynPathLst(paths,stringAppend(CLASSES,NAMES_));
    33893390        dumpDAEVariableAttributes(dae_var_attr,VAR_ATTRIBUTES_VALUES,addMMLCode);
Note: See TracChangeset for help on using the changeset viewer.