0382 / argparse-f

Modern Fortran command line parser, implemented with OOP.
MIT License
23 stars 2 forks source link

Hack for Intel Fortran compiler #4

Closed zoziha closed 1 year ago

zoziha commented 1 year ago

Description

My experience tells me that Intel-compiler's associated function always has some bugs. Here is a hack to make argparse-f compatible with gfortran and ifort/ifx.

Close #3 .