syscvariableaddrealattributef Interface Reference
Last update: 17.07.2025Provide an interface to add real attribute to a variable. More...
Public Member Functions | |
| type(syscerrorf) function | syscvariableaddrealattributef (variable, attribute) |
Detailed Description
Provide an interface to add real attribute to a variable.
Definition at line 247 of file syscVariableF.fi.
Constructor & Destructor Documentation
◆ syscvariableaddrealattributef()
| type(syscerrorf) function syscvariableaddrealattributef | ( | type(syscvariablef) | variable, |
| type(syscrealattributef) | attribute | ||
| ) |
Definition at line 249 of file syscVariableF.fi.
250!
251import :: syscvariablef, syscrealattributef, syscerrorf
252type(SyscVariableF) :: variable
253type(SyscRealAttributeF) :: attribute
254type(SyscErrorF) :: ret
255!
256!DIR$ IF DEFINED(_WIN32) .and. ( .not. DEFINED(SYSTEM_COUPLING_PARTICIPANT_PROXY))
257!DIR$ ATTRIBUTES DLLIMPORT :: syscVariableAddRealAttributeF
258!DIR$ ENDIF
259!