globals.C File Reference

Define the globals used in the OpenFOAM library. It is important that these are constructed in the appropriate order to avoid the use of unconstructed data in the global namespace. More...

Include dependency graph for globals.C:

Go to the source code of this file.

Namespaces

 Foam
 Namespace for OpenFOAM.
 

Functions

void newError ()
 

Variables

void(* old_new_handler )() = std::set_new_handler(newError)
 

Detailed Description

Define the globals used in the OpenFOAM library. It is important that these are constructed in the appropriate order to avoid the use of unconstructed data in the global namespace.

Original source file globals.C

Definition in file globals.C.