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: a character string for naming TRUST objects.
static void exit(int exit_code=-1)
Exit routine for TRUST within a Kokkos region.
Models type information for Objet_U objects.