OPAL (Object Oriented Parallel Accelerator Library)  2021.1.99
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

◆ setFormat()

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

Definition at line 56 of file FieldDebugFunctions.cpp.

References digitsPastDecimal, elementsPerLine, and widthOfElements.

◆ setInform()

void setInform ( Inform inform)

Definition at line 40 of file FieldDebugFunctions.cpp.

References FldDbgInform, and FldDbgInformIsSet.

Referenced by agfp1(), agfp2(), agfp3(), fp1(), fp2(), ggfp1(), ggfp2(), sfp1(), sfp2(), and sfp3().

Variable Documentation

◆ digitsPastDecimal

int digitsPastDecimal = 3

Definition at line 53 of file FieldDebugFunctions.cpp.

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

◆ elementsPerLine

int elementsPerLine = 7

Definition at line 52 of file FieldDebugFunctions.cpp.

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

◆ FldDbgInform

Inform* FldDbgInform

Definition at line 37 of file FieldDebugFunctions.cpp.

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

◆ FldDbgInformIsSet

bool FldDbgInformIsSet = false

◆ widthOfElements

int widthOfElements = 0

Definition at line 54 of file FieldDebugFunctions.cpp.

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