cloudy  trunk
plot.h
Go to the documentation of this file.
00001 /* This file is part of Cloudy and is copyright (C)1978-2008 by Gary J. Ferland and
00002  * others.  For conditions of distribution and use see copyright notice in license.txt */
00003 
00004 #ifndef _PLOT_H_
00005 #define _PLOT_H_
00006 
00010 void plot(const char *chCall);
00011 
00013 #define NDPLOT  10L
00014 
00015 EXTERN struct t_plotCom {
00016 
00018         char chPType[NDPLOT][5];
00019 
00021         bool lgPlotON;
00022 
00023         realnum pltxmn[NDPLOT], 
00024           pltxmx[NDPLOT];
00025 
00027         long int nplot;
00028 
00030         bool lgPltTrace[NDPLOT];
00031         }       plotCom;
00032 
00033 
00034 #endif /* _PLOT_H_ */
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated for cloudy by doxygen 1.7.6.1