/* -*-ePiX-*- */
#include "epix.h"
using namespace ePiX;

int main() 
{
  picture(P(-2,-1),P(2,1), "24x12pt");

  begin();
#ifdef CAMBER25
  arrow_camber(0.25);
#elif CAMBER50
  arrow_camber(0.5);
#endif

  arrow(P(xmin(),0), P(xmax(),0));
  end();
}