geocc / i2py

Automatically exported from code.google.com/p/i2py
GNU General Public License v2.0
0 stars 0 forks source link

Convert IDL constanst !pi and !dpi and pi #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Right now, i2py outputs

;pro
pi = !pi
dpi = !dpi

#py
pi = _sys_pi
dpi = pi

These constants should both map to pi or np.pi

Original issue reported on code.google.com by gokhanse...@gmail.com on 8 Nov 2012 at 4:05

GoogleCodeExporter commented 9 years ago
Here a patch for this issue.

Original comment by pierre.c...@gmail.com on 21 Jan 2013 at 5:35

Attachments: