24 Cerr <<
"Error! You can't use EFichier to open the file " << name <<
" on several processes! Only on the master process." << finl;
25 Cerr <<
"May be a LecFicDiffuse is needed ?" << finl;
File for reading. This class is to the C++ ifstream class what the Entree class is to the.
EFichier(const char *name, IOS_OPEN_MODE mode=ios::in)
File for reading. This class is to the C++ ifstream class what the Entree class is to the.
Class defining operators and methods for all reading operation in an input flow (file,...
virtual Entree & readOn(Entree &)
Reads an Objet_U from an input stream. Virtual method to override.
virtual Sortie & printOn(Sortie &) const
Writes the object to an output stream. Virtual method to override.
static int me()
Returns the rank of the local processor in the current communication group. See Comm_Group::rank() an...
static void exit(int exit_code=-1)
Exit routine for TRUST within a Kokkos region.
Base class for output streams.