add default time stamps

This commit is contained in:
Jane Tournois 2022-05-17 16:13:03 +02:00
parent 20e8d85c9f
commit b507b59d8a
2 changed files with 2 additions and 0 deletions

View File

@ -56,6 +56,7 @@ public:
public: public:
// Constructors // Constructors
Simplicial_mesh_cell_3() Simplicial_mesh_cell_3()
: time_stamp_(std::size_t(-1))
{} {}
Simplicial_mesh_cell_3(const Simplicial_mesh_cell_3& rhs) Simplicial_mesh_cell_3(const Simplicial_mesh_cell_3& rhs)

View File

@ -64,6 +64,7 @@ public:
, index_() , index_()
, dimension_(-1) , dimension_(-1)
, cache_validity(false) , cache_validity(false)
, time_stamp_(std::size_t(-1))
{} {}
// Default copy constructor and assignment operator are ok // Default copy constructor and assignment operator are ok