#include "cddefines.h"#include "conv.h"#include "input.h"#include "called.h"#include "version.h"#include "init.h"#include "prt.h"#include "trace.h"#include "grains.h"#include "parse.h"#include "punch.h"#include "optimize.h"#include "grid.h"Include dependency graph for grid_do.cpp:

Go to the source code of this file.
Functions | |
| bool | grid_do (void) | 
| bool grid_do | ( | void | ) | 
called by cdDrive, this returns 0 if things went ok, 1 for disaster
Definition at line 19 of file grid_do.cpp.
References called, cdEXIT, t_optimize::chOptRtn, t_optimize::chVarFmt, conv, DEBUG_ENTRY, grid, InitDefaultsPreparse(), INPUT_LINE_LENGTH, ioQQQ, t_prt::lgFaintOn, t_grid::lgGrid, t_optimize::lgOptLum, t_punch::lgPunHeader, t_called::lgTalk, t_called::lgTalkIsOK, t_trace::lgTrOptm, t_conv::LimFail, LIMPAR, t_optimize::ncobs, t_optimize::nlobs, t_optimize::nparm, t_optimize::nRangeSet, t_optimize::nTempObs, t_optimize::nvarxt, t_optimize::nvary, optimize, t_optimize::OptIncrm, ParseCommands(), prt, punch, ReturnGrainBins(), trace, t_optimize::varang, and t_optimize::vparm.
Referenced by cdDrive().
Here is the call graph for this function:

 1.4.7