AFF --- A container for numbers (array) by Friederich and Forbriger.
f77proto.h File Reference

prototypes for Fortran interface (prototypes) More...

#include <aff/array.h>
#include <complex>
Include dependency graph for f77proto.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 f77interface
 This namespace collects all test functions for interfacing Fortran 77.
 

Macros

#define AFF_F77PROTO_H_VERSION   "AFF_F77PROTO_H V1.1"
 

Typedefs

typedef aff::Array< std::complex< float > > f77interface::Tcarray
 
typedef aff::Array< std::complex< double > > f77interface::Tzarray
 

Functions

int f77interface::fill (const aff::Array< int > &a)
 interface function to Fortran77 subroutine fill More...
 
int f77interface::fillarray (const aff::Array< float > &v1, const aff::Array< float > &v2)
 fill common block through Fortran subroutine More...
 
Tcarray f77interface::sums ()
 read from common block through Fortran subroutine More...
 
Tzarray f77interface::viewcommon ()
 create view from common More...
 

Detailed Description

prototypes for Fortran interface (prototypes)


Author
Thomas Forbriger
Date
22/12/2002

prototypes for Fortran interface (prototypes)


This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software

Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA

See also
Interfacing Fortran 77
f77interface

Copyright (c) 2002 by Thomas Forbriger (IMG Frankfurt)

REVISIONS and CHANGES

  • 22/12/2002 V1.0 Thomas Forbriger
  • 27/12/2002 V1.1 (thof)
    • now provides some documentation

Definition in file f77proto.h.