00001 /* This file is part of Cloudy and is copyright (C)1978-2007 by Gary J. Ferland 00002 * For conditions of distribution and use see copyright notice in license.txt */ 00006 void plot(const char *chCall); 00007 00009 #define NDPLOT 10L 00010 00011 EXTERN struct t_plotCom { 00012 00014 char chPType[NDPLOT][5]; 00015 00017 bool lgPlotON; 00018 00019 float pltxmn[NDPLOT], 00020 pltxmx[NDPLOT]; 00021 00023 long int nplot; 00024 00026 bool lgPltTrace[NDPLOT]; 00027 } plotCom; 00028