OPAL (Object Oriented Parallel Accelerator Library)
2021.1.99
OPAL
|
#include "Utility/FieldDebugFunctions.h"
Go to the source code of this file.
Functions | |
void | setInform (Inform &inform) |
void | setFormat (int ElementsPerLine, int DigitsPastDecimal, int WidthOfElements) |
Variables | |
Inform * | FldDbgInform |
bool | FldDbgInformIsSet = false |
int | elementsPerLine = 7 |
int | digitsPastDecimal = 3 |
int | widthOfElements = 0 |
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 | ) |
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().
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 37 of file FieldDebugFunctions.cpp.
Referenced by epap(), pap(), setInform(), 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().