Garfield++ v2r0
A toolkit for the detailed simulation of particle detectors based on ionisation measurement in gases and semiconductors
Loading...
Searching...
No Matches
prstream.cpp
Go to the documentation of this file.
2/*
3Copyright (c) 2001 I. B. Smirnov
4
5Permission to use, copy, modify, distribute and sell this file
6and its documentation for any purpose is hereby granted without fee,
7provided that the above copyright notice, this permission notice,
8and notices about any modifications of the original text
9appear in all copies and in supporting documentation.
10It is provided "as is" without express or implied warranty.
11*/
12
13namespace Heed {
14
16
17std::ostream& noindent(std::ostream& f) {
18 indn.s_not = 1;
19 return f;
20}
21std::ostream& yesindent(std::ostream& f) {
22 indn.s_not = 0;
23 return f;
24}
26
27}
28
29#ifndef USE_DEFAULT_STREAMS
30
31long HelperForMcout::count = 0;
32
33#endif
Definition: BGMesh.cpp:5
int s_short_output
Definition: prstream.cpp:25
std::ostream & noindent(std::ostream &f)
Definition: prstream.cpp:17
indentation indn
Definition: prstream.cpp:15
std::ostream & yesindent(std::ostream &f)
Definition: prstream.cpp:21