31char dim_tbl[] =
"$Header: /cvsroot/Lorene/C++/Source/Tbl/dim_tbl.C,v 1.7 2014/10/13 08:53:41 j_novak Exp $" ;
92#include "utilitaires.h"
196 o <<
titi.ndim <<
" dimension(s):" ;
197 for (
int i=0 ;
i<
titi.ndim ;
i++) {
Storage of array dimensions.
int taille
Total size of the array Tbl::t.
bool operator==(const Dim_tbl &) const
Comparison operator.
Dim_tbl(int size0)
1D constructor
void sauve(FILE *) const
Save in a file.
int * dim
Array of dimensions (size: ndim).
int ndim
Number of dimensions of the Tbl: can be 1, 2 or 3.
void operator=(const Dim_tbl &)
Assignment.
Time evolution with partial storage (*** under development ***).
int fread_be(int *aa, int size, int nb, FILE *fich)
Reads integer(s) from a binary file according to the big endian convention.
int fwrite_be(const int *aa, int size, int nb, FILE *fich)
Writes integer(s) into a binary file according to the big endian convention.