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

fix msg for bb build

parent f2719992
No related branches found
No related tags found
No related merge requests found
// $Id: Main.cpp,v 1.13 2001-12-05 10:17:51 geuzaine Exp $
// $Id: Main.cpp,v 1.14 2001-12-05 10:53:11 geuzaine Exp $
#include <signal.h>
#include "ParUtil.h"
......@@ -79,10 +79,10 @@ int main(int argc, char *argv[]){
ParUtil::Instance()->init(argc,argv);
if(argc < 2) Info(0,argv[0]);
Init_Options(0);
if(argc < 2) Info(0,argv[0]);
Get_Options(argc, argv, &nbf);
M.Vertices = NULL ;
......@@ -165,8 +165,9 @@ void Msg(int level, char *fmt, ...){
switch(level){
case DIRECT :
if(CTX.verbosity >=2 && ParUtil::Instance()->master())
if(CTX.verbosity >=2 && ParUtil::Instance()->master()) {
vfprintf(stdout, fmt, args); fprintf(stdout, "\n");
}
break;
case FATAL :
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment