/****************************************************************************/ /* (C) Copyright 1993 Universidade Estadual de Campinas (UNICAMP) */ /* Campinas, SP, Brazil */ /* */ /* This file can be freely distributed, modified, and used for any */ /* non-commercial purpose, provided that this copyright and authorship */ /* notice be included in any copy or derived version of this file. */ /* */ /* DISCLAIMER: This software is offered ``as is'', without any guarantee */ /* as to fitness for any particular purpose. Neither the copyright */ /* holder nor the authors or their employers can be held responsible for */ /* any damages that may result from its use. */ /****************************************************************************/ /* Postamble for graph test of IA/AA */ /*** MAIN PROGRAM ***/ int main(void) { int epsformat; aa_init(); for (epsformat = 0; epsformat < 2; epsformat++) { aagraph_plots( txtcat(aat_gtag, "-plottest"), epsformat, aat_gname, aat_g_flt, aat_g_ia, aat_g_aa, aat_gxd, aat_gyd, aat_gn, 512 ); } return (0); }