Skip to content
Snippets Groups Projects
Commit 289a05f1 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

fix FATALx
parent d46ddcae
No related branches found
No related tags found
No related merge requests found
// $Id: Main.cpp,v 1.27 2003-03-01 22:36:36 geuzaine Exp $
// $Id: Main.cpp,v 1.28 2003-03-05 01:20:39 geuzaine Exp $
//
// Copyright (C) 1997 - 2003 C. Geuzaine, J.-F. Remacle
//
......@@ -190,14 +190,13 @@ void Msg(int level, char *fmt, ...)
break;
case FATAL:
case FATAL3: abort = 1;
case FATAL1:
case FATAL2:
case FATAL3:
fprintf(stderr, "On processor %d : ", ParUtil::Instance()->rank());
fprintf(stderr, FATAL_STR);
vfprintf(stderr, fmt, args);
fprintf(stderr, "\n");
abort = 1;
break;
case GERROR:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment