mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-15 10:08:34 +05:00
0021014: EDF 1583 SMESH: Improvement of the Python Dump for the creation of groups
- unsigned long GetMTime(); + unsigned long GetMTime() const;
This commit is contained in:
parent
857d7aff3d
commit
e92088a576
@ -4237,7 +4237,7 @@ void SMDS_Mesh::Modified()
|
||||
}
|
||||
|
||||
//! get last modification timeStamp
|
||||
unsigned long SMDS_Mesh::GetMTime()
|
||||
unsigned long SMDS_Mesh::GetMTime() const
|
||||
{
|
||||
return this->myModifTime;
|
||||
}
|
||||
|
@ -592,7 +592,7 @@ public:
|
||||
inline void setMyModified() { this->myModified = true; }
|
||||
|
||||
void Modified();
|
||||
unsigned long GetMTime();
|
||||
unsigned long GetMTime() const;
|
||||
bool isCompacted();
|
||||
|
||||
protected:
|
||||
|
Loading…
Reference in New Issue
Block a user