Cloudy
Spectral Synthesis Code for Astrophysics
|
#include <called.h>
Public Attributes | |
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
Referenced by AbundancesPrt(), AbundancesSet(), cdInit(), cdMain(), cdTalk(), cloudy(), ContSetIntensity(), ConvFail(), CoolEvaluate(), Parser::echo(), EchoModel(), grid_do(), gridXspec(), HeatSum(), InterpolateGridCoStar(), InterpolateModel(), InterpolateRectGrid(), iter_end_check(), IterRestart(), IterStart(), lgCheckMonitors(), map_do(), mie_read_opc(), optimize_do(), optimize_func(), ParseAbsMag(), ParseCommands(), ParseElement(), ParseFill(), ParseInterp(), ParseQH(), PrtComment(), PrtFinal(), PrtHeader(), PrtZone(), 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
Referenced by cdInit(), cdTalk(), and IterStart().
bool t_called::lgTalkIsOK |
set true in cdInit, optimize_do sets false when we want to make sure that print on does not turn on print
Referenced by cdInit(), grid_do(), gridXspec(), and optimize_do().
bool t_called::lgTalkSave |
saves inital value of lgTalk in case it needs to be reset
Referenced by IterStart(), and zero().