AFF --- A container for numbers (array) by Friederich and Forbriger.
|
interface functions (implementation) More...
#include <aff/lib/error.h>
#include <aff/fortranshape.h>
#include <aff/subarray.h>
#include <aff/shaper.h>
#include <aff/lib/checkedcast.h>
#include "f77proto.h"
#include "f77common_com.P"
#include "f77procs.P"
Go to the source code of this file.
Namespaces | |
f77interface | |
This namespace collects all test functions for interfacing Fortran 77. | |
Macros | |
#define | AFF_F77INTERFACE_CC_VERSION "AFF_F77INTERFACE_CC V1.2" |
Functions | |
int | MAIN__ () |
essential definitions to satisfy linker More... | |
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... | |
interface functions (implementation)
interface functions (implementation)
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
Copyright (c) 2002 by Thomas Forbriger (IMG Frankfurt)
REVISIONS and CHANGES
Definition in file f77interface.cc.