using namespace std;
#ifndef RES_NUMERIQUE
#define RES_NUMERIQUE

#include <iostream.h>

    void startNumerique(double pasX, double pasT, double T, double L) ;

#endif
