/* -*- C++ -*- */ /************************************************************************* * Copyright(c) 1995~2005 Masaharu Goto (root-cint@cern.ch) * * For the licensing terms see the file COPYING * ************************************************************************/ #include "stub.h" void Display(Complex a) { printf("re=%g im=%g\n",a.re,a.im); }