OPAL (Object Oriented Parallel Accelerator Library) 2022.1
OPAL
FieldDebugFunctions.h
Go to the documentation of this file.
1#ifndef FIELDDEBUGFUNCTIONS_H
2#define FIELDDEBUGFUNCTIONS_H
3
4class Inform;
5
6void setInform(Inform& inform);
7void setFormat(int ElementsPerLine, int DigitsPastDecimal,
8 int WidthOfElements = 0);
9
10#endif
void setFormat(int ElementsPerLine, int DigitsPastDecimal, int WidthOfElements=0)
void setInform(Inform &inform)
Definition: Inform.h:42