Ejemplo n.º 1
0
void
CheckOutputAction::act()
{
  checkMaterialOutput();
  checkConsoleOutput();
  checkPerfLogOutput();
  checkInputOutput();
}
Ejemplo n.º 2
0
void
CheckOutputAction::act()
{
  // Perform the various output related checks
  checkVariableOutput("add_variable");
  checkVariableOutput("add_aux_variable");
  checkMaterialOutput();
  checkConsoleOutput();
  checkPerfLogOutput();
}