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