ESyS-Particle  4.0.1
pi_storage_ed_t.h
1 
2 // //
3 // Copyright (c) 2003-2011 by The University of Queensland //
4 // Earth Systems Science Computational Centre (ESSCC) //
5 // http://www.uq.edu.au/esscc //
6 // //
7 // Primary Business: Brisbane, Queensland, Australia //
8 // Licensed under the Open Software License version 3.0 //
9 // http://www.opensource.org/licenses/osl-3.0.php //
10 // //
12 
13 #ifndef __PARALLEL_INTERACTION_STORAGE_ED_T_H
14 #define __PARALLEL_INTERACTION_STORAGE_ED_T_H
15 
16 //--- project includes ---
17 #include "pi_storage_ed.h"
18 
19 //--- STL includes ---
20 
21 //--- IO includes ---
22 
29 template<typename P,typename I>
31 {
32  protected:
33  int m_tag1, m_tag2; // particle tags
34  int m_mask1, m_mask2; // tag masks
35 
36  public:
37  ParallelInteractionStorage_ED_T(AParallelParticleArray*,const typename I::ParameterType&, int,int,int,int);
38 
39  virtual bool update();
40  virtual bool willSave(){ return true;};
41 };
42 
43 #include "pis/pi_storage_ed_t.hpp"
44 
45 #endif // __PARALLEL_INTERACTION_STORAGE_ED_H