File: 0019-include-picklable-where-it-is-needed.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 (19 lines) | stat: -rw-r--r-- 551 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
commit 312668c16916d59af137076ba4a6e4294afeb8d7
Author: Stephen Sinclair <radarsat1@gmail.com>
Date:   Thu Jan 5 20:07:33 2023 +0000

    Include picklable.i where it is needed.

diff --git a/wrap/swig/KernelTypes.i b/wrap/swig/KernelTypes.i
index 380b9a9..23b1e7d 100644
--- a/wrap/swig/KernelTypes.i
+++ b/wrap/swig/KernelTypes.i
@@ -20,6 +20,8 @@
 //
 // SWIG interface for Siconos Kernel types
 
+%include picklable.i
+
 //PyArray_UpdateFlags does not seem to have any effect
 //>>> r = K.FirstOrderLinearTIR()
 //>>> r.setCPtr([[1,2,3],[4,5,6]])