Skip to content

Commit

Permalink
Remove some code that should not be accepted
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18206 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Nov 20, 2013
1 parent 3a08dd8 commit 179655e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions Compiler/BackEnd/HpcOmTaskGraph.mo
Expand Up @@ -4734,8 +4734,6 @@ protected
list<tuple<Real,list<Integer>>> criticalPaths;
array<tuple<Integer,Real>> exeCosts;
array<list<Integer>> inComps;
list<tuple<Real,list<Integer>>> criticalPaths;

algorithm
criticalPathOut := matchcontinue(iNode, iGraph, iGraphData, iHandleCommCosts, iNodeCriticalPaths)
case(_,_,TASKGRAPHMETA(inComps=inComps,exeCosts=exeCosts),_,_)
Expand Down
2 changes: 1 addition & 1 deletion Compiler/Template/CodegenCpp.tpl
Expand Up @@ -211,7 +211,7 @@ FUNCTIONFILE=Functions.cpp

.PHONY: <%lastIdentOfPath(modelInfo.name)%>
<%lastIdentOfPath(modelInfo.name)%>: $(MAINFILE)
<%\t%>$(CXX) -shared -I. -o $(MODELICA_SYSTEM_LIB) $(MAINFILE) $(FUNCTIONFILE) <%algloopcppfilenames(listAppend(allEquations,initialEquations),simCode)%> $(CFLAGS) $(LDFLAGS) -lOMCppSystem -lOMCppModelicaUtilities -lOMCppMath -lOMCppModelicaExternalC -Wl,-Bstatic -Wl,-Bdynamic
<%\t%>$(CXX) -shared -I. -o $(MODELICA_SYSTEM_LIB) $(MAINFILE) $(FUNCTIONFILE) <%algloopcppfilenames(listAppend(allEquations,initialEquations),simCode)%> $(CFLAGS) $(LDFLAGS) -lOMCppSystem -lOMCppModelicaUtilities -lOMCppMath -lOMCppModelicaExternalC

>>
end simulationMakefile;
Expand Down

0 comments on commit 179655e

Please sign in to comment.