AFF --- A container for numbers (array) by Friederich and Forbriger.
|
int f77interface::fill | ( | const aff::Array< int > & | fa | ) |
interface function to Fortran77 subroutine fill
fill an AFF array thorugh a Fortran subroutine
An aff::Array<int> object is passed to the Fortran subroutine fill and is filled with values there. The concept is discussed on page "\ref page_fortran".
Definition at line 89 of file f77interface.cc.
References aff::FortranArray< C >::castedpointer(), aff::util::FortranShape::dimlast(), and aff::util::FortranShape::last().
Referenced by main().