Advertisement
Guest User

swig4.patch

a guest
Nov 26th, 2019
422
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.39 KB | None | 0 0
  1. diff --unified --recursive --text casadi-3.5.1.new/swig/casadi.i casadi-3.5.1/swig/casadi.i
  2. --- casadi-3.5.1.new/swig/casadi.i  2019-11-26 14:04:01.987610235 +0100
  3. +++ casadi-3.5.1/swig/casadi.i  2019-11-26 14:03:37.357450357 +0100
  4. @@ -228,7 +228,7 @@
  5.  
  6.  import contextlib
  7.  
  8. -class _copyableObject(_object):
  9. +class _copyableObject(object):
  10.    def __copy__(self):
  11.      return self.__class__(self)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement