File: 0010-Missing-backslash-causes-serializer-not-to-be-genera.patch

package info (click to toggle)
siconos 4.4.0%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 78,600 kB
  • sloc: cpp: 160,976; ansic: 129,998; fortran: 33,051; python: 20,958; xml: 1,244; sh: 385; makefile: 318
file content (28 lines) | stat: -rw-r--r-- 844 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
From: Stephen Sinclair <radarsat1@gmail.com>
Date: Sun, 24 Oct 2021 11:21:52 +0000
Subject: Missing backslash causes serializer not to be generated for
 FirstOrderNonLinearDS.

---
 kernel/src/modelingTools/FirstOrderNonLinearDS.hpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/kernel/src/modelingTools/FirstOrderNonLinearDS.hpp b/kernel/src/modelingTools/FirstOrderNonLinearDS.hpp
index 713f7b2..12bad33 100644
--- a/kernel/src/modelingTools/FirstOrderNonLinearDS.hpp
+++ b/kernel/src/modelingTools/FirstOrderNonLinearDS.hpp
@@ -30,12 +30,12 @@
      
      This class defines and computes a generic n-dimensional
      dynamical system of the form :
-     
+
      \rst
 
      .. math::
 
-        M \dot x = f(x,t,z) + r, \quad x(t_0) = x_0
+        M \\dot x = f(x,t,z) + r, \quad x(t_0) = x_0
 
      \endrst