PlasCom2  1.0
XPACC Multi-physics simluation application
StateIO.C
Go to the documentation of this file.
1 #include "State.H"
2 
3 namespace simulation
4 { namespace state
5  { namespace io
6  {
7 
8  int ProbeToStream(std::ostream &outStream,const simulation::state::base &inState)
9  {
10 
11  }
12 
13  }
14  }
15 }
int ProbeToStream(std::ostream &outStream, const simulation::state::base &inState)
Definition: StateIO.C:8