Gromacs  2024.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
errorformat.cpp File Reference
#include "gmxpre.h"
#include "errorformat.h"
#include <cctype>
#include <cstdio>
#include <cstring>
#include "gromacs/utility/basenetwork.h"
#include "gromacs/utility/baseversion.h"
#include "gromacs/utility/path.h"
#include "gromacs/utility/programcontext.h"
#include "gromacs/utility/stringutil.h"
+ Include dependency graph for errorformat.cpp:

Description

Implements functions declared in errorformat.h.

Author
Teemu Murtola teemu.nosp@m..mur.nosp@m.tola@.nosp@m.gmai.nosp@m.l.com

Functions

void gmx::internal::printFatalErrorHeader (FILE *fp, const char *title, const char *func, const char *file, int line)
 Formats a common header for fatal error messages. More...
 
void gmx::internal::printFatalErrorMessageLine (FILE *fp, const char *text, int indent)
 Formats a line of fatal error message text. More...
 
void gmx::internal::printFatalErrorFooter (FILE *fp)
 Formats a common footer for fatal error messages. More...