cloudy
trunk
|
#include <called.h>
Data Fields | |
bool | lgTalk |
bool | lgTalkSave |
bool | lgTalkForcedOff |
bool | lgTalkIsOK |
bool t_called::lgTalk |
should we print info? usually true, set false with "print off" or "print quiet" commands
Definition at line 12 of file called.h.
Referenced by AbundancesPrt(), AbundancesSet(), cdInit(), cdMain(), cdTalk(), cloudy(), ContSetIntensity(), ConvFail(), CoolEvaluate(), Parser::echo(), GetModel(), grid_do(), gridXspec(), HeatSum(), InterpolateGridCoStar(), InterpolateModel(), InterpolateRectGrid(), iter_end_check(), IterRestart(), IterStart(), lgCheckMonitors(), lgOptimize_do(), map_do(), mie_read_opc(), optimize_func(), ParseAbsMag(), ParseCommands(), ParseElement(), ParseFill(), ParseInterp(), ParseQH(), plot(), pltmap(), PrtComment(), PrtFinal(), PrtHeader(), PrtZone(), read_whole_line(), SaveDo(), and zero().
bool t_called::lgTalkForcedOff |
this is set true when cdTalk is called with false, means do not ever turn printout on again
Definition at line 19 of file called.h.
Referenced by cdInit(), cdTalk(), and IterStart().
bool t_called::lgTalkIsOK |
set true in cdInit, lgOptimize_do sets false when we want to make sure that print on does not turn on print
Definition at line 23 of file called.h.
Referenced by cdInit(), grid_do(), gridXspec(), and lgOptimize_do().
bool t_called::lgTalkSave |
saves inital value of lgTalk in case it needs to be reset
Definition at line 15 of file called.h.
Referenced by IterStart(), and zero().