Skip to content

Commit

Permalink
Remove the CodegenAdevs generator.
Browse files Browse the repository at this point in the history
  - This generator is marked as obsolete.
  • Loading branch information
mahge committed Nov 19, 2020
1 parent ba37f90 commit 4c8c7b1
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 5,608 deletions.
1 change: 0 additions & 1 deletion OMCompiler/Compiler/.cmake/meta_modelica_source_list.cmake
Expand Up @@ -389,7 +389,6 @@ set(OMC_MM_BACKEND_SOURCES

${CMAKE_CURRENT_SOURCE_DIR}/Template/AbsynToJulia.mo
${CMAKE_CURRENT_SOURCE_DIR}/Template/AbsynJLDumpTpl.mo
${CMAKE_CURRENT_SOURCE_DIR}/Template/CodegenAdevs.mo
${CMAKE_CURRENT_SOURCE_DIR}/Template/CodegenC.mo
${CMAKE_CURRENT_SOURCE_DIR}/Template/CodegenEmbeddedC.mo
${CMAKE_CURRENT_SOURCE_DIR}/Template/CodegenCppCommon.mo
Expand Down
3 changes: 0 additions & 3 deletions OMCompiler/Compiler/.cmake/template_compilation.cmake
Expand Up @@ -264,9 +264,6 @@ omc_add_template_target(SOURCE ${CMAKE_CURRENT_SOURCE_DIR}/Template/SimCodeDump.
DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/Template/CodegenUtil.tpl
DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/Template/SCodeDumpTpl.tpl)

omc_add_template_target(SOURCE ${CMAKE_CURRENT_SOURCE_DIR}/Template/CodegenAdevs.tpl
DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/Template/SimCodeTV.mo)

omc_add_template_target(SOURCE ${CMAKE_CURRENT_SOURCE_DIR}/Template/CodegenSparseFMI.tpl
DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/Template/SimCodeTV.mo)

Expand Down
6 changes: 0 additions & 6 deletions OMCompiler/Compiler/SimCode/SimCodeMain.mo
Expand Up @@ -67,7 +67,6 @@ import CodegenFMU;
import CodegenFMUCppOld;
import CodegenOMSICpp;
import CodegenFMUCppHpcomOld;
import CodegenAdevs;
import CodegenSparseFMI;
import CodegenCppOld;
import CodegenCppHpcomOld;
Expand Down Expand Up @@ -517,11 +516,6 @@ algorithm
then ();



case "Adevs" equation
Tpl.tplNoret(CodegenAdevs.translateModel, simCode);
then ();

case "sfmi" equation
Tpl.tplNoret(function CodegenSparseFMI.translateModel(in_a_FMUVersion="2.0", in_a_FMUType="me", in_a_sourceFiles={}), simCode);
then ();
Expand Down

0 comments on commit 4c8c7b1

Please sign in to comment.