Modul for storing global simulation parameters.
More...
#include <GlobalParameters.h>
Protected Member Functions |
virtual void | initialize () |
Detailed Description
Modul for storing global simulation parameters.
- Author
- Ingmar Baumgart
Definition at line 34 of file GlobalParameters.h.
Member Function Documentation
bool GlobalParameters::getPrintStateToStdOut |
( |
| ) |
const |
|
inline |
bool GlobalParameters::getTopologyAdaptation |
( |
| ) |
|
|
inline |
void GlobalParameters::initialize |
( |
| ) |
|
|
protectedvirtual |
Definition at line 31 of file GlobalParameters.cc.
{
if (!ev.isDisabled()) {
ev.getOStream().setf(std::ios::fixed, std::ios::floatfield);
ev.getOStream().precision(3);
}
}
Member Data Documentation
bool GlobalParameters::printStateToStdOut |
|
private |
The documentation for this class was generated from the following files: