OPAL (Object Oriented Parallel Accelerator Library)  2.2.0
OPAL
Functions | Variables
FieldDebugFunctions.cpp File Reference
#include "Utility/FieldDebugFunctions.h"
Include dependency graph for FieldDebugFunctions.cpp:

Go to the source code of this file.

Functions

void setInform (Inform &inform)
 
void setFormat (int ElementsPerLine, int DigitsPastDecimal, int WidthOfElements)
 

Variables

InformFldDbgInform
 
bool FldDbgInformIsSet = false
 
int elementsPerLine = 7
 
int digitsPastDecimal = 3
 
int widthOfElements = 0
 

Function Documentation

void setFormat ( int  ElementsPerLine,
int  DigitsPastDecimal,
int  WidthOfElements 
)

Definition at line 56 of file FieldDebugFunctions.cpp.

References digitsPastDecimal, elementsPerLine, and widthOfElements.

void setInform ( Inform inform)

Variable Documentation

int digitsPastDecimal = 3

Definition at line 53 of file FieldDebugFunctions.cpp.

Referenced by FieldDebugWriteb(), setFormat(), sfp1(), sfp2(), sfp3(), and spap().

int elementsPerLine = 7

Definition at line 52 of file FieldDebugFunctions.cpp.

Referenced by FieldDebugWriteb(), setFormat(), sfp1(), sfp2(), sfp3(), and spap().

Inform* FldDbgInform

Definition at line 31 of file FieldDebugFunctions.cpp.

Referenced by epap(), pap(), sfp1(), sfp2(), sfp3(), and spap().

bool FldDbgInformIsSet = false
int widthOfElements = 0

Definition at line 54 of file FieldDebugFunctions.cpp.

Referenced by FieldDebugWriteb(), setFormat(), sfp1(), sfp2(), sfp3(), and spap().