LatticeYangMills
Classes
outputterm.h File Reference

Contains classes for output to standard command line interface. More...

#include <vector>
#include "Math/lattice.h"
#include "Observables/observable.h"
Include dependency graph for outputterm.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  LatticeIO::OutputTerm
 Class for standard output. More...
 

Detailed Description

Contains classes for output to standard command line interface.

Author
Giovanni Pederiva
Version
1.0
Date
2017-2018

This file defines the class needed for ouputting to standard command line interface, handling the multiprocess nature of the code. Namely it only allows one processor to output any data, preventing the others from doing anything.

Definition in file outputterm.h.