Closed mgduda closed 3 years ago
@MiCurry As mentioned in PR #410, we could add another commit to this PR to replace the nonstandard system
calls with execute_command_line
calls as part of a broader objective of replacing non-standard calls of all sorts (getarg
, system
). What do you think?
@mgduda I think using this PR to remove system
would be great! Two birds with one stone!
@MiCurry I've just added another commit to address the system
calls, and I've updated the PR description, too.
This merge replaces non-standard
getarg
andsystem
calls in the grid_rotate program with calls to the F2003get_command_argument
and F2008execute_command_line
subroutines, respectively.