Changes between Version 4 and Version 5 of Fortran API
- Timestamp:
- 07/12/13 18:02:06 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Fortran API
v4 v5 20 20 call MUSCLE_Receive("portIn"//char(0), data, len, MUSCLE_DOUBLE) 21 21 }}} 22 If the length is not a variable in your code, you should pass a reference (for example for size 10): {{{%REF(10)}}}. 22 23 23 24 To use the enumeration containing the MUSCLE types, include the following statement in blocks where it is used: