awickert / gFlex

Multiple methods to solve elastic plate flexure, designed for applications to Earth's lithosphere.
http://csdms.colorado.edu/wiki/Model:gFlex
GNU General Public License v3.0
21 stars 12 forks source link

Python2-Python3 compatible #36

Closed rbeucher closed 6 years ago

rbeucher commented 8 years ago

HI

I have made the necessary changes to port gflex to python3 and I also made sure that it was still python2 friendly. The only requirement is to add "future" in the prerequisites.

Romain Beucher

awickert commented 8 years ago

Thanks, Romain! I'm currently making the final changes for the 1.0 final version, which will be linked to the gFlex paper, and then will start to incorporate this into the next revision.

awickert commented 6 years ago

A direct pull is not possible because of how many changes I made, but the code is now Python 3 compatible; thanks!