What does the [REFERENCE] tag do in an argument declaration?

后端 未结 1 699
野趣味
野趣味 2021-01-24 12:07

I am writing an custom callback function in Fortran for a piece of software (example here) that includes the following argument declaration

SUBROUTINE CONTACT_FO         


        
相关标签:
1条回答
  • 2021-01-24 12:45

    I'm assuming MS products here. Fortran can be made to pass by value or by reference if the C or STDCALL attribute is used. See here:

    http://msdn.microsoft.com/en-us/library/aa294334(v=vs.60).aspx

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