38 #ifndef TF_FORTRANAFFIO_H_VERSION 40 #define TF_FORTRANAFFIO_H_VERSION \ 41 "TF_FORTRANAFFIO_H V1.2" 43 #include <aff/array.h> 44 #include <aff/series.h> 45 #include <aff/iterator.h> 46 #include <tfxx/fortranio.h> 55 aff::Iterator<C> i(s);
56 while (i.valid()) { is >> *i; ++i; }
80 #endif // TF_FORTRANAFFIO_H_VERSION (includeguard) void readaff(tfxx::fortranio::FortranBinInput &is, C &s)
read an aff container from the file
tfxx::fortranio::FortranBinInput & operator>>(tfxx::fortranio::FortranBinInput &fi, blitz::Array< T, N > &a)
Input operator template for class FortranBinInput and blitz.
Namespace containing all code of library libtfxx.