Commit Graph

3 Commits (54626df56aa2898b9560ce610e9e231f23a15a19)

Author SHA1 Message Date
Ryan Burns 58b032943d Use command_argument_count in mdx_main
I was having trouble compiling using macports gfortran-mp-9 due to
being unable to link to symbol iargc. I think [1] implies this is a
gfortran 77 extension, so maybe it isn't available in the mac library?
It looks like there is a replacement [2] which is standard fortran as
of '03, and using this function fixes this bug for me.

[1] https://gcc.gnu.org/onlinedocs/gfortran/IARGC.html
[2] https://gcc.gnu.org/onlinedocs/gfortran/COMMAND_005fARGUMENT_005fCOUNT.html
2020-03-10 09:00:46 -07:00
juribeparada c9c3e9d3aa mdx: color scale bug fix 2019-02-20 13:05:40 -03:00
Eric Gurrola 9f9a2b0805 Adding all files 2019-01-16 11:40:08 -08:00