/** @(#) chartdoglegfile.h */
#ifndef CHARTDOGLEGFILE_H
#define CHARTDOGLEGFILE_H
//----------------------------------------------------------------------------
#include "../matrixdouble/vectordouble.h"
#include "../mathpos/mathpos.h"
#include <Chart.hpp>	//TChart
#include <vcl.h>
#include <fstream>
#include <sstream>
#include <iomanip>
#include <iostream>
#include <string>
#include <stdexcept>	// runtime_exception
using namespace std;

void chartDoglegFile(VectorDouble &time, VectorDouble &population,
		VectorDouble &xc, TChart *chart);
//----------------------------------------------------------------------------
#endif
// Fin------------------------------------------------------------------------