BerkeleyAutomation / meshpy

A 3-D triangular mesh package for Python.
Apache License 2.0
42 stars 21 forks source link

[Fix] use correct type checker and retain the member type #4

Closed jeasinema closed 6 years ago

jeasinema commented 6 years ago

I change the type checker to a more reasonable one, reference.

To prevent introducing new local variables, I just convert the type instead of making a copy.

jeasinema commented 6 years ago

Is there any update for this?

jeasinema commented 6 years ago

Thanks for your work!