AFF --- A container for numbers (array) by Friederich and Forbriger.
|
int f77interface::fillarray | ( | const aff::Array< float > & | v1, |
const aff::Array< float > & | v2 | ||
) |
fill common block through Fortran subroutine
fill the Fortran common-block array
Two aff::Array<float> objects are passed to the Fortran subroutine fillarray which calculates complex values from the elements of these arrays and fills the array in common-block f77common
which is defined in tests/f77common.inc.
The concept is discussed on page "\ref page_fortran".
Definition at line 105 of file f77interface.cc.
References aff::FortranArray< C >::castedpointer(), and aff::util::FortranShape::last().
Referenced by main().