using namespace std;
#ifndef RES_ANALYTIQUE
#define RES_ANALYTIQUE

#include <iostream.h>

    void startAnalytique(double pasX, double pasT, int DIMENSION) ;

#endif

