Definition at line 1274 of file mainTable.cpp. References Impala::CmdOptions::GetArg(), and Impala::CmdOptions::GetInstance(). Referenced by mainTable(). 01275 { 01276 CmdOptions& options = CmdOptions::GetInstance(); 01277 DoDiff<Real64>(options.GetArg(1), options.GetArg(2)); 01278 }
Here is the call graph for this function:
|