17#include <Champ_Inc_base.h>
23 if (Debog_Pb::get_debog_instance())
24 Debog_Pb::get_debog_instance()->verifier(msg, x);
29 if (Debog_Pb::get_debog_instance())
30 Debog_Pb::get_debog_instance()->verifier(msg, x);
40 if (Debog_Pb::get_debog_instance())
41 Debog_Pb::get_debog_instance()->verifier(msg, x.
valeurs());
46 if (Debog_Pb::get_debog_instance())
47 Debog_Pb::get_debog_instance()->set_nom_pb_actuel(nom);
68 return bool(Debog_Pb::get_debog_instance());
76 if (Debog_Pb::get_debog_instance())
77 Debog_Pb::get_debog_instance()->verifier(msg, x, &ref);
85 if (Debog_Pb::get_debog_instance())
86 Debog_Pb::get_debog_instance()->verifier(msg, x, &ref);
91 if (Debog_Pb::get_debog_instance())
92 Debog_Pb::get_debog_instance()->verifier(msg, x);
102 if (Debog_Pb::get_debog_instance())
103 Debog_Pb::get_debog_instance()->verifier(msg, x, &ref);
108 if (Debog_Pb::get_debog_instance())
109 Debog_Pb::get_debog_instance()->verifier(msg, x);
119 if (Debog_Pb::get_debog_instance())
120 Debog_Pb::get_debog_instance()->verifier(msg, x, &ref);
125 if (Debog_Pb::get_debog_instance())
126 Debog_Pb::get_debog_instance()->verifier_Mat_elems(msg, la_matrice);
DoubleTab & valeurs() override
Returns the array of field values at the current time.
static void verifier_bord(const char *const msg, const DoubleVect &arr, int num_deb)
static void set_nom_pb_actuel(const Nom &nom)
static void verifier_indices_items(const char *const msg, const MD_Vector &, const IntVect &)
Tests the content of the vector v assuming it contains item indices associated with the descriptor md...
static void verifier_getref(const char *const msg, double val, double &refval)
like verifier(), but, in "read&compare" mode, put the reference value found in the file in the ref va...
static int active()
Returns 1 if we are in Debog mode, 0 otherwise.
static void verifier_Mat_elems(const char *const msg, const Matrice_Base &la_matrice)
static void verifier(const char *const msg, double)
: This class is an OWN_PTR but the pointed object is shared among multiple
Matrice_Base class - Base class of the matrix hierarchy.
class Nom: a character string for naming TRUST objects.