Skip to content

Commit

Permalink
Enable synchronous DID.mos and disable synch.mos, ticket:4168
Browse files Browse the repository at this point in the history
The ControlledMixingUnit example only runs by chance with ImplicitEuler.
It fails to translate with the specified ExplicitEuler,
lacking index reduction in the clocked partition.
  • Loading branch information
rfranke authored and OpenModelica-Hudson committed Jan 6, 2017
1 parent d7af447 commit ee09ab4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions simulation/modelica/synchronous/Makefile
Expand Up @@ -12,14 +12,14 @@ WhenClocks.mos \
Modelica_Synchronous.Examples.Elementary.BooleanSignals.TimeBasedStep.mos \
Modelica_Synchronous.Examples.Elementary.IntegerSignals.TimeBasedStep.mos \
Modelica_Synchronous.Examples.SimpleControlledDrive.ClockedWithDiscreteTextbookController.mos \
synch.mos \
DID.mos \


# test that currently fail. Move up when fixed.
# Run make failingtest
FAILINGTESTFILES = \
Modelica_Synchronous.Examples.Elementary.BooleanSignals.TimeBasedPulse.mos \
DID.mos \
synch.mos \

# Dependency files that are not .mo .mos or Makefile
# Add them here or they will be cleaned.
Expand Down

0 comments on commit ee09ab4

Please sign in to comment.