Can we avoid creating a local variable if an optional argument is not PRESENT?

后端 未结 1 1168
孤独总比滥情好
孤独总比滥情好 2020-12-07 02:45

I am having a problem with the PRESENT statement with Fortran 95. Currently I am using Silverfrost\'s Plato and their FTN95 compiler (in \"Release Win32\" mode)

相关标签:
1条回答
  • 2020-12-07 02:49

    You can't use a non-existent variable, so an approach such as the auxiliary local variable is needed.

    0 讨论(0)
提交回复
热议问题