Page MenuHomec4science

compute_interaction.hh
No OneTemporary

File Metadata

Created
Sat, Oct 5, 21:21

compute_interaction.hh

#ifndef __COMPUTE_INTERACTION__HH__
#define __COMPUTE_INTERACTION__HH__
/* -------------------------------------------------------------------------- */
#include "compute.hh"
//! Base class for interaction computation
class ComputeInteraction : public Compute {
};
/* -------------------------------------------------------------------------- */
#endif //__COMPUTE_INTERACTION__HH__

Event Timeline