cloudy  trunk
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
plot.h
Go to the documentation of this file.
1 /* This file is part of Cloudy and is copyright (C)1978-2022 by Gary J. Ferland and
2  * others. For conditions of distribution and use see copyright notice in license.txt */
3 
4 #ifndef PLOT_H_
5 #define PLOT_H_
6 
10 void plot(const char *chCall);
11 
13 #define NDPLOT 10L
14 
15 struct t_plotCom {
16 
18  char chPType[NDPLOT][5];
19 
21  bool lgPlotON;
22 
24  pltxmx[NDPLOT];
25 
27  long int nplot;
28 
31  };
32 extern t_plotCom plotCom;
33 
34 
35 #endif /* PLOT_H_ */
realnum pltxmn[NDPLOT]
Definition: plot.h:23
void plot(const char *chCall)
Definition: plot.cpp:39
Definition: plot.h:15
t_plotCom plotCom
Definition: plot.cpp:20
float realnum
Definition: cddefines.h:124
bool lgPltTrace[NDPLOT]
Definition: plot.h:30
char chPType[NDPLOT][5]
Definition: plot.h:18
bool lgPlotON
Definition: plot.h:21
long int nplot
Definition: plot.h:27
realnum pltxmx[NDPLOT]
Definition: plot.h:23
#define NDPLOT
Definition: plot.h:13