OPAL (Object Oriented Parallel Accelerator Library)
2024.2
OPAL
ParticleDebugFunctions.h
Go to the documentation of this file.
1
#ifndef PARTICLEDEBUGFUNCTIONS_H
2
#define PARTICLEDEBUGFUNCTIONS_H
3
4
class
Inform
;
5
6
void
setPtclDbgInform
(
Inform
& inform);
7
8
#endif
setPtclDbgInform
void setPtclDbgInform(Inform &inform)
Definition
ParticleDebugFunctions.cpp:43
Inform
Definition
Inform.h:42