Flow123d  release_2.2.0-914-gf1a3a4f
Public Attributes | List of all members
MsgFmt Struct Reference

INTERNAL DEFINITIONS FOR XPRINTF. More...

Public Attributes

int num
 format number More...
 
bool log
 log the message - YES/NO More...
 
bool mpi
 treat as global message (invoke MPI_Barrier() when printing) More...
 
int screen
 print to stdout,stderr,NULL More...
 
bool stop
 terminate the program More...
 
const char * head
 message formating string More...
 

Detailed Description

INTERNAL DEFINITIONS FOR XPRINTF.

Definition at line 47 of file system.cc.

Member Data Documentation

const char* MsgFmt::head

message formating string

Definition at line 53 of file system.cc.

bool MsgFmt::log

log the message - YES/NO

Definition at line 49 of file system.cc.

bool MsgFmt::mpi

treat as global message (invoke MPI_Barrier() when printing)

Definition at line 50 of file system.cc.

int MsgFmt::num

format number

Definition at line 48 of file system.cc.

int MsgFmt::screen

print to stdout,stderr,NULL

Definition at line 51 of file system.cc.

bool MsgFmt::stop

terminate the program

Definition at line 52 of file system.cc.


The documentation for this struct was generated from the following file: