fastscape-lem / fastscapelib-fortran

A Fortran (+ Python bindings) library of efficient algorithms for landscape evolution modeling
https://fastscape-lem.github.io/fastscapelib-fortran/
GNU General Public License v3.0
23 stars 17 forks source link

Rename Union internal subroutine #22

Closed benbovy closed 5 years ago

benbovy commented 5 years ago

In order to avoid name conflicts when building the library with F2PY, which dynamically renames some reserved keywords (union is a reserved keyword in C/C++).

See https://github.com/conda-forge/staged-recipes/pull/8461#issuecomment-497675023