BowShock.hh
582 Bytes
/**
* AMDAPlugin.hh
*
* Created on:
* Author:
*/
#ifndef BOWSHOCK_HH_
#define BOWSHOCK_HH_
using namespace plot;
void venus_bowshock(double precision, CurveFunctionWriter::AttributeList& pAttributeList, CurveFunctionWriter::CurvePointList& curvePointList);
void mars_bowshock(double precision, CurveFunctionWriter::AttributeList& pAttributeList, CurveFunctionWriter::CurvePointList& curvePointList);
void bowshock(double precision, CurveFunctionWriter::AttributeList& pAttributeList, CurveFunctionWriter::CurvePointList& curvePointList);
#endif /* BOWSHOCK_HH_*/