~esys-p-dev/esys-particle/trunk

« back to all changes in this revision

Viewing changes to ppa/src/pp_array.h

  • Committer: steffen
  • Date: 2008-03-03 15:36:26 UTC
  • Revision ID: svn-v4:1ddc92f8-1f06-0410-a909-b11019f1b28a:lsm/branches/Dublin2005-11-22:1003
- beginning of separation checkpointing / snapshots
- change in checkpointing pp_array
        -- moved saveCheckPointData into pp_array instead of using iterator from SubLattice
- enabled checkpointing with writing though master 

Show diffs side-by-side

added added

removed removed

Lines of Context:
196
196
  //! Get list of all particles. Forwards to NTable
197
197
  ParticleListHandle getAllParticles(){return m_nt->getAllParticles();};
198
198
 
 
199
  //--- checkpointing ---
 
200
  void saveCheckPointData(std::ostream&); 
 
201
 
199
202
  //--- output (for debugging)---
200
203
  template <typename TT>
201
204
  friend ostream& operator<<(ostream &, const ParallelParticleArray<TT> &);