Page MenuHomec4science

compute_interaction.hh
No OneTemporary

File Metadata

Created
Wed, Jul 3, 13:39

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