30 #ifdef DEBUG_CONSTRUCTOR
31 std::cout<<
"EmptySpecies::EmptySpecies() finished"<<std::endl;
40 #ifdef DEBUG_CONSTRUCTOR
41 std::cout<<
"EmptySpecies::EmptySpecies(const EmptySpecies &p) finished"<<std::endl;
47 #ifdef DEBUG_DESTRUCTOR
48 std::cout<<
"EmptySpecies::~EmptySpecies() finished"<<std::endl;
void write(std::ostream &os) const
Writes the species properties to an output stream.
std::string getBaseName() const
Used in Species::getName to obtain a unique name for each Species.
EmptyFrictionSpecies is used to create a force law without frictional forces.
bool getUseAngularDOFs() const
Returns true if torques have to be calculated.
void read(std::istream &is)
Reads the species properties from an input stream.
EmptyFrictionSpecies()
The default constructor.
void mix(EmptyFrictionSpecies *const S, EmptyFrictionSpecies *const T)
creates default values for mixed species
virtual ~EmptyFrictionSpecies()
The default destructor.