From b8267c7a8009f58cb1365903bed9efd8946b60e4 Mon Sep 17 00:00:00 2001 From: Michael Wetter Date: Thu, 12 Mar 2015 14:48:18 -0700 Subject: [PATCH] Removed unneeded __Dymola_Algorithm --- Annex60/Fluid/HeatExchangers/Examples/Heater_T.mo | 3 +-- Annex60/Fluid/HeatExchangers/Examples/Heater_u.mo | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Annex60/Fluid/HeatExchangers/Examples/Heater_T.mo b/Annex60/Fluid/HeatExchangers/Examples/Heater_T.mo index 3daad6adec..c32a858a67 100644 --- a/Annex60/Fluid/HeatExchangers/Examples/Heater_T.mo +++ b/Annex60/Fluid/HeatExchangers/Examples/Heater_T.mo @@ -60,6 +60,5 @@ First implementation. "Simulate and plot"), experiment( StopTime=172800, - Tolerance=1e-05, - __Dymola_Algorithm="Radau")); + Tolerance=1e-05)); end Heater_T; diff --git a/Annex60/Fluid/HeatExchangers/Examples/Heater_u.mo b/Annex60/Fluid/HeatExchangers/Examples/Heater_u.mo index aababd2647..d83831e45e 100644 --- a/Annex60/Fluid/HeatExchangers/Examples/Heater_u.mo +++ b/Annex60/Fluid/HeatExchangers/Examples/Heater_u.mo @@ -52,6 +52,5 @@ First implementation. "Simulate and plot"), experiment( StopTime=172800, - Tolerance=1e-05, - __Dymola_Algorithm="Radau")); + Tolerance=1e-05)); end Heater_u;