ISCE_INSAR/contrib/mdx/src
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
..
Tools Adding all files 2019-01-16 11:40:08 -08:00
Makemdx_g77 Adding all files 2019-01-16 11:40:08 -08:00
Makemdx_gfortran Adding all files 2019-01-16 11:40:08 -08:00
SConscript Use command_argument_count in mdx_main 2020-03-10 09:00:46 -07:00
graphx_mdx.c Adding all files 2019-01-16 11:40:08 -08:00
mdx.F Adding all files 2019-01-16 11:40:08 -08:00
mdx_main.F Use command_argument_count in mdx_main 2020-03-10 09:00:46 -07:00
mdx_subs.F mdx: color scale bug fix 2019-02-20 13:05:40 -03:00
rdf_common.inc Adding all files 2019-01-16 11:40:08 -08:00
rdf_reader_subs.f Adding all files 2019-01-16 11:40:08 -08:00