Revision
2452 -
Directory Listing
Modified
Mon Dec 13 17:54:36 2004 UTC
(20 years, 2 months ago)
by
bh
Original Path:
trunk/thuban/libraries/pyprojection
* libraries/pyprojection/Projection.i: Work around a bug in the
generated python code which leads to exception in the __del__
method when the constructor fails. See the comments in the code
for more details.
* libraries/pyprojection/Projection.py: Updated from Projection.i
with SWIG.
Revision
1686 -
Directory Listing
Modified
Fri Aug 29 09:49:09 2003 UTC
(21 years, 6 months ago)
by
bh
Original Path:
trunk/thuban/libraries/pyprojection
* libraries/pyprojection/Projection.i: Use pj_get_errno_ref to
access the pj_errno because directly accessing pj_errno doesn't
work on windows if the proj library is in a DLL
* libraries/pyprojection/Projection_wrap.c: Update from Projection.i