The MyEntityStateRep class contains the new mass variable
Header file:
#pragma once
#if DtHLA
#include <stdio.h>
{
public:
{
}
{
}
virtual float mass()
const;
public:
protected:
};
{
}
{
}
{
printf(
"Mass: %lf\n",
mass());
}
{
}
{
if (copy)
{
}
else
{
}
}
#endif