mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: Fixing code style requirements for all apps.
Exception: applyWallFunctionBoundaryConditions.C cannot split #include directives.
This commit is contained in:
@ -50,7 +50,8 @@ extern "C" {
|
||||
|
||||
#define Z_NOT_IMPLEMENTED (3) /*Routine not implemented*/
|
||||
/*(currently only checked for */
|
||||
/* get_var_value_at_specific routine)*/
|
||||
/* get_var_value_at_specific */
|
||||
/* routine)*/
|
||||
#ifndef TRUE
|
||||
# define TRUE (1)
|
||||
# define FALSE (0)
|
||||
@ -116,9 +117,9 @@ typedef struct {
|
||||
}DBLCRD;
|
||||
#endif
|
||||
|
||||
/*----------------*/
|
||||
/*----------------*/
|
||||
/* Variable Types */
|
||||
/*----------------*/
|
||||
/*----------------*/
|
||||
enum z_var_type
|
||||
{
|
||||
Z_CONSTANT,
|
||||
@ -390,7 +391,7 @@ enum z_element_failure_logic
|
||||
* We include the prototype header file
|
||||
*----------------------------------------------------------*/
|
||||
#include "global_extern_proto.h"
|
||||
|
||||
|
||||
/* ---------------------
|
||||
* export the file pointer if windows
|
||||
* because windows can't open a file in the
|
||||
@ -409,4 +410,3 @@ typedef struct _USERD_globals_struct {
|
||||
|
||||
/*--------------------------------------------------------------------*/
|
||||
#endif /*GLOBAL_EXTERN_H*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user