13 #ifndef __PARALLEL_INTERACTION_STORAGE_ED_H
14 #define __PARALLEL_INTERACTION_STORAGE_ED_H
17 #include "pi_storage_e.h"
29 template<
typename P,
typename I>
36 int m_update_timestamp;
44 virtual void setTimeStepSize(
double dt);
49 virtual void calcHeatTrans();
50 virtual void calcHeatFrict();
52 virtual bool willSave(){
return true;};
55 #include "pis/pi_storage_ed.hpp"
57 #endif // __PARALLEL_INTERACTION_STORAGE_ED_H