29 cerr <<
"Type error during a ref_cast instruction !" << endl;
30 cerr <<
"The class " << t2->
name() <<
" is not a subclass of " << t1->
name() << endl;
33 cerr <<
"It seems somewhere in the code ref_cast(" << t1->
name() <<
",object)" << endl;
34 cerr <<
"is used with object being an instance of a generic class (Deriv)." << endl;
35 cerr <<
"It should be written ref_cast(" << t1->
name() <<
",object.valeur())" << endl;
36 cerr <<
"Check your code, or contact TRUST support." << endl;
class Nom Une chaine de caractere pour nommer les objets de TRUST
static void exit(int exit_code=-1)
Routine de sortie de TRUST dans une region Kokkos.
modelise une information de type pour les Objet_U