]> SALOME platform Git repositories - modules/med.git/blob - src/MEDMEM/MEDMEM_Init.cxx
Salome HOME
Modifications to avoid clients to add compulsary lines of code for trace.
[modules/med.git] / src / MEDMEM / MEDMEM_Init.cxx
1 #include "LocalTraceCollector.hxx"
2
3 namespace MEDMEM
4 {
5   class INIT
6   {
7   public:
8     INIT();
9   };
10 }
11
12 MEDMEM::INIT init;
13
14 MEDMEM::INIT::INIT()
15 {
16   LocalTraceCollector::instance();
17 }