コード例 #1
0
ファイル: RuntimeWarning.cpp プロジェクト: mhoemmen/Trilinos
void
set_max_warning_count(
    unsigned int	max_warnings)
{
    set_max_message_count(MSG_WARNING, max_warnings);
}
コード例 #2
0
ファイル: RuntimeDoomed.cpp プロジェクト: haripandey/trilinos
void
set_max_doomed_count(
  unsigned int	max_messages)
{
  set_max_message_count(MSG_DOOMED, max_messages);
}