|
ESyS-Particle
2.3.4
|
#include "Foundation/console.h"#include <iostream>#include <sstream>#include <stdexcept>#include <math.h>#include "ntable/src/nt_slab.h"#include <utility>

Go to the source code of this file.
Functions | |
| template<typename T > | |
| ostream & | operator<< (ostream &ost, const ParallelParticleArray< T > &ppa) |
| ostream& operator<< | ( | ostream & | ost, |
| const ParallelParticleArray< T > & | ppa | ||
| ) |
output a particle array to an iostream. – for debugging only –
| ost | the output stream |
| ppa | the particle array |
References ParallelParticleArray< T >::m_nt.