From 55269e1cf02091c8cc5b44d10b078b4b0e9a2476 Mon Sep 17 00:00:00 2001 From: paultjevdh <59084059+paultjevdh@users.noreply.github.com> Date: Fri, 19 Apr 2024 12:53:57 +0200 Subject: [PATCH] Preferred -- over ',' --- Modelica/Blocks/Tables.mo | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Modelica/Blocks/Tables.mo b/Modelica/Blocks/Tables.mo index 0559d64a5d..f46f61bf58 100644 --- a/Modelica/Blocks/Tables.mo +++ b/Modelica/Blocks/Tables.mo @@ -158,7 +158,7 @@ extrapolation = 1: Hold the first or last value of the table, two table points.). = 3: Periodically repeat the table data (periodical function). Because no assumption can be made about the spacing of the - samples, defined in the first column, the repetition period + samples -- defined in the first column -- the repetition period is table[end,1]-table[1,1]. See 'ContinuityPeriodicTableExtrapolation' in the examples. = 4: No extrapolation, i.e. extrapolation triggers an error @@ -433,7 +433,7 @@ extrapolation = 1: Hold the first or last value of the table, two table points.). = 3: Periodically repeat the table data (periodical function). Because no assumption can be made about the spacing of the - samples, defined in the first column, the repetition period + samples -- defined in the first column -- the repetition period is table[end,1]-table[1,1]. See 'ContinuityPeriodicTableExtrapolation' in the examples. = 4: No extrapolation, i.e. extrapolation triggers an error