Page MenuHomec4science

compute_interaction.hh
No OneTemporary

File Metadata

Created
Tue, Jul 30, 22:33

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