You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently an External statement has property name -> String.
However, an External statement can specify several procedures or dummy procedures as external, and allows their symbolic names to be used as actual arguments.
Thus we should rather have a container of names.
To discuss: should these names be of String or of FASTFortranScalarVariable?
Yes for the collection of names
I would tend to make it a collection of String rather than FASTFortranScalarVariable but I am not completely sure about it.
Having an object (rather than a string) would allow to have a source anchor on it (but do we need it ?)
Using FASTFortranScalarVariable is misleading as it is not a variable ...
I propose to try with a collection of strings for now and we re-consider if some new need appears
Currently an
External
statement has propertyname
-> String.However, an
External
statement can specify several procedures or dummy procedures as external, and allows their symbolic names to be used as actual arguments.Thus we should rather have a container of
names
.To discuss: should these names be of String or of
FASTFortranScalarVariable
?doc https://docs.oracle.com/cd/E19957-01/805-4939/6j4m0vn9d/index.html
The text was updated successfully, but these errors were encountered: