mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-18 13:40:32 +05:00
no more memostat()
This commit is contained in:
parent
78d0067647
commit
02201a772d
@ -15,6 +15,6 @@ void memostat(const char* f, int l)
|
|||||||
std::cerr << f << ":" << l << " --------------------------" << std::endl;
|
std::cerr << f << ":" << l << " --------------------------" << std::endl;
|
||||||
}
|
}
|
||||||
|
|
||||||
#define MEMOSTAT memostat( __FILE__, __LINE__ )
|
#define MEMOSTAT //memostat( __FILE__, __LINE__ )
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user