Definition at line 730 of file mainTable.cpp. References Impala::CmdOptions::GetArg(), and Impala::CmdOptions::GetInstance(). Referenced by mainTable(). 00731 { 00732 CmdOptions& options = CmdOptions::GetInstance(); 00733 DoDiff<Real64>(options.GetArg(1), options.GetArg(2)); 00734 }
Here is the call graph for this function: ![]()
|