#include <tanganyika.h>
#include <math.h>
#include <stdlib.h>

// This file was automatically created by
// the Tanganyika X-interface, version 1.0.


int main()
{
	double *dInitialData = new double[0];
	int *iMethods = new int[0];



	InitializeSolution(dInitialData,
	                   0.000000e+00,
	                   1.000000e+00,
	                   1.000000e-02,
	                   F,
	                   iMethods,
	                   0,
	                   TAN_OUTPUT_COM,
	                   NULL);
	Solve();
	Save("output");
}
