dbirch997 / cantera

Automatically exported from code.google.com/p/cantera
1 stars 0 forks source link

Python crash using Cantera.Func.Sin #18

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Any statement like f=Sin(omega=1.) or f=Cos()leads to a python crash.
2.
3.

What is the expected output? What do you see instead?
I would not expect any output in this line

What version of the product are you using? On what operating system?
Cantera 1.8, Windows XP, python2.6 (pythonxy)

Please provide any additional information below.

One can use the Fourier() function instead, this works without problems.
But regarding the Func.py file it is confusing, that Sin() and Cos() is
probably not yet properly implemented.

Original issue reported on code.google.com by Burak.At...@gmail.com on 14 May 2010 at 6:24

GoogleCodeExporter commented 9 years ago

Original comment by yarmond on 27 May 2011 at 10:11

GoogleCodeExporter commented 9 years ago
Fixed by r835.

Original comment by yarmond on 14 Dec 2011 at 1:48