From e23c9f9444abc3c29f71a34212eb2cf28daedcd9 Mon Sep 17 00:00:00 2001
From: Thomas Fischer <thomas.fischer@ufz.de>
Date: Tue, 12 Mar 2019 17:30:17 +0100
Subject: [PATCH] [Docu] Update documentation for LinearProperty.

---
 .../properties/property/LinearProperty/c_LinearProperty.md  | 6 +++---
 .../property/LinearProperty/independent_variable/t_slope.md | 3 ++-
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/Documentation/ProjectFile/properties/property/LinearProperty/c_LinearProperty.md b/Documentation/ProjectFile/properties/property/LinearProperty/c_LinearProperty.md
index faa21dbd773..d8e69c34480 100644
--- a/Documentation/ProjectFile/properties/property/LinearProperty/c_LinearProperty.md
+++ b/Documentation/ProjectFile/properties/property/LinearProperty/c_LinearProperty.md
@@ -1,7 +1,7 @@
 Definition of a linear property:
-\f$y(x) = y_{\textrm{ref}} + m (x - x_{\textrm{ref}})\f$
+\f$y(x) = y_{\textrm{ref}} (1 + m (x - x_{\textrm{ref}})\f$
 where
  - \f$y_{\textrm{ref}}\f$ is a reference value, for instance reference density
- - \f$m\f$ is the slope of the linear relationship
+ - \f$m\f$ is a value influencing the slope of the linear relationship
  - \f$x_{\textrm{ref}}\f$ is a reference condition, for instance reference
-   temperatue
+   temperature
diff --git a/Documentation/ProjectFile/properties/property/LinearProperty/independent_variable/t_slope.md b/Documentation/ProjectFile/properties/property/LinearProperty/independent_variable/t_slope.md
index 4d191455ba9..a83e3b00713 100644
--- a/Documentation/ProjectFile/properties/property/LinearProperty/independent_variable/t_slope.md
+++ b/Documentation/ProjectFile/properties/property/LinearProperty/independent_variable/t_slope.md
@@ -1 +1,2 @@
-The slope \f$m\f$ of the linear relation.
+\f$m\f$ is a value influencing the slope of the linear relation. The slope is
+\f$y_{\mathrm{ref}} m.\f$
-- 
GitLab