19#include <TRUSTTabs_forward.h>
30 static void verifier(
const char *
const msg,
double);
31 static void verifier(
const char *
const msg,
int);
32 static void verifier(
const char *
const msg,
const DoubleVect&);
33 static void verifier(
const char *
const msg,
const IntVect&);
34 static void verifier_bord(
const char *
const msg,
const DoubleVect& arr,
int num_deb);
39 static void verifier_getref(
const char *
const msg,
double val,
double& refval);
40 static void verifier_getref(
const char *
const msg,
int val,
int& refval);
41 static void verifier_getref(
const char *
const msg,
const DoubleVect& val, DoubleVect& refval);
42 static void verifier_getref(
const char *
const msg,
const IntVect& val, IntVect& refval);
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_matrice(const char *const msg, const Matrice_Base &, const MD_Vector &md_lignes, const MD_Vector &md_colonnes)
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.